Searched refs:active (Results 76 - 100 of 248) sorted by relevance

12345678910

/haiku/src/apps/mediaplayer/
H A DVideoView.cpp276 bool active = false; local
278 active = fOverlayMode;
281 return active;
/haiku/src/servers/app/
H A DWindow.h204 void WorkspaceActivated(int32 index, bool active);
207 void Activated(bool active);
248 void HighlightDecorator(bool active);
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A Dsymbios.h145 SymTarg *active; /* target currently being interacted with */ member in struct:_Symbios
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSilicon.cpp31 usb_interface_info *interface = config->interface[0].active;
H A DKLSI.cpp26 usb_interface_info *interface = config->interface[0].active;
/haiku/src/servers/app/stackandtile/
H A DSATWindow.cpp415 SATWindow::HighlightTab(bool active) argument
423 uint8 highlight = active ? SATDecorator::HIGHLIGHT_STACK_AND_TILE : 0;
437 SATWindow::HighlightBorders(Decorator::Region region, bool active) argument
444 uint8 highlight = active ? SATDecorator::HIGHLIGHT_STACK_AND_TILE : 0;
/haiku/headers/os/interface/
H A DControl.h40 virtual void WindowActivated(bool active);
H A DButton.h57 virtual void WindowActivated(bool active);
H A DCheckBox.h39 virtual void WindowActivated(bool active);
H A DBox.h53 virtual void WindowActivated(bool active);
H A DRadioButton.h42 virtual void WindowActivated(bool active);
H A DScrollBar.h47 virtual void WindowActivated(bool active);
H A DPictureButton.h46 virtual void WindowActivated(bool active);
/haiku/src/apps/icon-o-matic/
H A DMainWindow.h65 bool active);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_api.h110 s32 e1000_set_d3_lplu_state(struct e1000_hw *hw, bool active);
111 s32 e1000_set_d0_lplu_state(struct e1000_hw *hw, bool active);
H A De1000_82571.c62 bool active);
79 bool active);
81 bool active);
566 * @active: true to enable LPLU, false to disable
568 * Sets the LPLU D0 state according to the active flag.
575 static s32 e1000_set_d0_lplu_state_82574(struct e1000_hw *hw, bool active) argument
581 if (active)
593 * @active: boolean used to enable/disable lplu
596 * when active is true, else clear lplu for D3. LPLU
601 static s32 e1000_set_d3_lplu_state_82574(struct e1000_hw *hw, bool active) argument
871 e1000_set_d0_lplu_state_82571(struct e1000_hw *hw, bool active) argument
[all...]
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DHIDDevice.cpp68 = config->interface[interfaceIndex].active;
167 usb_interface_info *interface = config->interface[interfaceIndex].active;
/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.cpp267 bigtime_t active local
272 cpuEntry->active_time += active;
275 fMeasureActiveTime += active;
276 fCore->IncreaseActiveTime(active);
278 oldThreadData->UpdateActivity(active);
/haiku/src/add-ons/kernel/drivers/midi/usb_midi/
H A Dusb_midi.cpp134 midiDevice->active = true;
254 if (status == B_CANCELED || !midiDevice->active) {
257 "(status=%" B_PRIx32 " active=%d -- deleting sem_cbs\n",
258 status, midiDevice->active));
460 midiDevice->active = false;
572 if (midiDevice == NULL || !midiDevice->active)
577 while (midiDevice && midiDevice->active) {
583 continue; /* see if we're still active */
601 " -- Device no longer active\n"));
621 0x5, /* 0xE -- active sensin
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/usb_ecm/
H A DECMDevice.cpp119 usb_interface_info *interface = config->interface[fDataInterfaceIndex].active;
142 // we cannot use notifications - hardcode to active connection
398 const usb_interface_info *interface = config->interface[j].active;
451 usb_interface_info *interface = config->interface[controlIndex].active;
/haiku/headers/os/drivers/
H A DUSB2.h66 usb_interface_info *active; /* currently active alternate */ member in struct:usb_interface_list
/haiku/headers/private/graphics/matrox/
H A DDriverInterface.h263 bool active; /* true is overlay currently in use */ member in struct:__anon785::__anon790
/haiku/headers/private/graphics/neomagic/
H A DDriverInterface.h225 bool active; /* true is overlay currently in use */ member in struct:__anon799::__anon804
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.h68 virtual void WindowActivated(bool active);
/haiku/headers/os/app/
H A DApplication.h56 virtual void AppActivated(bool active);

Completed in 195 milliseconds

12345678910