Searched refs:active (Results 176 - 200 of 248) sorted by relevance

12345678910

/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.cpp47 AlphaSlider::WindowActivated(bool active) argument
/haiku/headers/private/interface/
H A DColumnListView.h392 virtual void WindowActivated(bool active);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwlvar.h120 * the active+free lists; otherwise we may stall transmit.
130 mwl_txbufhead active; /* queue of active buffers */ member in struct:mwl_txq
H A Dif_mwl.c2851 STAILQ_INIT(&txq->active);
3302 STAILQ_INSERT_TAIL(&txq->active, bf, bf_list);
3338 bf = STAILQ_FIRST(&txq->active);
3350 STAILQ_REMOVE_HEAD(&txq->active, bf_list);
3421 * Process each active queue.
3424 if (!STAILQ_EMPTY(&sc->sc_txq[0].active))
3426 if (!STAILQ_EMPTY(&sc->sc_txq[1].active))
3428 if (!STAILQ_EMPTY(&sc->sc_txq[2].active))
3430 if (!STAILQ_EMPTY(&sc->sc_txq[3].active))
3456 bf = STAILQ_FIRST(&txq->active);
[all...]
/haiku/src/kits/app/
H A DApplication.cpp723 BApplication::AppActivated(bool active) argument
1094 bool active; local
1095 if (message->FindBool("active", &active) == B_OK)
1096 AppActivated(active);
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_standard_mouse.cpp176 if (!cookie->dev->active) {
178 "active\n");
231 // Workarounds for active multiplexing keyboard controllers
H A Dps2_alps.cpp143 if (!cookie->dev->active) {
144 TRACE("ALPS: read_event: Error device no longer active\n");
H A Dps2_keyboard.cpp250 if (!ps2_device[PS2_DEVICE_KEYB].active) {
251 TRACE("ps2: read_keyboard_packet, Error device no longer active\n");
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_internal.h323 uint16_t active: 1; member in struct:nvme_tracker
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DDriver.cpp107 const usb_interface_info *interface = config->interface[i].active;
/haiku/src/apps/terminal/
H A DTermView.h142 virtual void WindowActivated(bool active);
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp691 URLInputGroup::WindowActivated(bool active) argument
693 BGroupView::WindowActivated(active);
694 if (fWindowActive != active) {
695 fWindowActive = active;
/haiku/src/kits/interface/
H A DTextControl.cpp357 bool active = fText->IsFocus() && Window()->IsActive(); local
367 if (active)
542 BTextControl::WindowActivated(bool active) argument
H A DScrollView.cpp382 BScrollView::WindowActivated(bool active) argument
387 BView::WindowActivated(active);
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp626 MainWindow::WorkspaceActivated(int32 workspace, bool active) argument
628 BWindow::WorkspaceActivated(workspace, active);
630 if (active)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c447 * via AR_PHY_ACTIVE_EN). Read the phy active delay register.
783 * ASSUMES: Writes enabled to analog bus before AGC is active
1919 gv->active = AH_TRUE;
1982 if (!gv->active)
2027 if (!gv->active)
2081 if (!gv->active)
H A Dar5211.h91 uint32_t active; member in struct:__anon126
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.h483 * the active+free lists; otherwise we may stall transmit.
493 malo_txbufhead active; /* queue of active buffers */ member in struct:malo_txq
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DHub.cpp71 Object *object = GetStack()->GetObject(list->active->endpoint[0].handle);
/haiku/src/servers/app/
H A DWindow.cpp1023 Window::WorkspaceActivated(int32 index, bool active) argument
1028 activatedMsg.AddBool("active", active);
1049 Window::Activated(bool active) argument
1052 msg.AddBool("active", active);
/haiku/src/servers/app/decorator/
H A DDecorator.cpp524 \param active True if active, false if not
527 Decorator::SetFocus(int32 tab, bool active) argument
534 decoratorTab->isFocused = active;
H A DDefaultWindowBehaviour.cpp765 // if a state is active, let it do the job
773 // No state active yet, or it wants us to handle the event -- determine the
1038 bool active)
1041 uint8 highlight = active
1037 _SetBorderHighlights(int8 horizontal, int8 vertical, bool active) argument
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp573 // Only consider this if the window is the active window.
1026 GeneralInfoView::WindowActivated(bool active) argument
1028 if (active)
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp632 const BString& stability, int rating, bool active, BMessage& message)
644 requestEnvelopeWriter.WriteObjectName("active");
645 requestEnvelopeWriter.WriteBoolean(active);
627 UpdateUserRating(const BString& ratingID, const BString& naturalLanguageCode, const BString& comment, const BString& stability, int rating, bool active, BMessage& message) argument
/haiku/src/apps/mediaplayer/
H A DController.cpp371 Controller::PlayerActivated(bool active) argument
376 if (active && gMainApp->PlayerCount() > 1) {

Completed in 278 milliseconds

12345678910