Searched refs:active (Results 126 - 150 of 248) sorted by relevance

12345678910

/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp75 bool active,
112 bool tintedLine, uint32 mode, bool active, uint32 playbackState)
164 if (active) {
111 Draw(BView* owner, BRect frame, const font_height& fh, bool tintedLine, uint32 mode, bool active, uint32 playbackState) argument
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_phy.c84 * @active: dummy variable
87 bool IGC_UNUSEDARG active)
645 * @active: boolean used to enable/disable lplu
650 * and SmartSpeed is disabled when active is true, else clear lplu for D3
656 s32 igc_set_d3_lplu_state_generic(struct igc_hw *hw, bool active) argument
671 if (!active) {
86 igc_null_lplu_state(struct igc_hw IGC_UNUSEDARG *hw, bool IGC_UNUSEDARG active) argument
/haiku/src/apps/deskbar/
H A DBarWindow.cpp297 TBarWindow::WorkspaceActivated(int32 workspace, bool active) argument
299 BWindow::WorkspaceActivated(workspace, active);
301 if (active && !(fBarView->ExpandoState() && fBarView->Vertical()))
/haiku/src/libs/compat/freebsd_network/
H A Dusb.cpp91 usb_interface_info* iface = config->interface[i].active;
139 usb_interface_info* iface = config->interface[0].active;
313 usb_interface_info* iface = device_config->interface[iface_index].active;
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.cpp308 if (config->interface->active->descr->interface_number > 0) {
310 config->interface->active->descr->interface_number);
319 uif = config->interface->active;
/haiku/src/add-ons/kernel/drivers/network/ether/usb_rndis/
H A DRNDISDevice.cpp156 usb_interface_info *interface = config->interface[fDataInterfaceIndex].active;
628 const usb_interface_info *interface = config->interface[j].active;
680 usb_interface_info *interface = config->interface[controlIndex].active;
/haiku/src/kits/interface/
H A DCheckBox.cpp175 BCheckBox::WindowActivated(bool active) argument
177 BControl::WindowActivated(active);
H A DRadioButton.cpp301 BRadioButton::WindowActivated(bool active) argument
303 BControl::WindowActivated(active);
H A DControl.cpp143 BControl::WindowActivated(bool active) argument
145 BView::WindowActivated(active);
/haiku/src/servers/notification/
H A DNotificationWindow.cpp135 NotificationWindow::WorkspaceActivated(int32 /*workspace*/, bool active) argument
138 if (active)
/haiku/src/add-ons/disk_systems/intel/
H A DExtendedPartitionAddOn.cpp195 bool active = get_driver_boolean_parameter(
196 handle, "active", false, true);
213 logical->SetTo(child->Offset(), child->Size(), type.Type(), active,
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_phy.h42 s32 e1000_null_lplu_state(struct e1000_hw *hw, bool active);
80 s32 e1000_set_d3_lplu_state_generic(struct e1000_hw *hw, bool active);
/haiku/headers/private/graphics/skeleton/
H A DDriverInterface.h239 bool slaved_tmds1; /* external TMDS encoder active on CRTC1 */
240 bool slaved_tmds2; /* external TMDS encoder active on CRTC2 */
241 bool master_tmds1; /* on die TMDS encoder active on CRTC1 */
242 bool master_tmds2; /* on die TMDS encoder active on CRTC2 */
243 bool tmds1_active; /* found panel on CRTC1 that is active */
244 bool tmds2_active; /* found panel on CRTC2 that is active */
298 bool active; /* true is overlay currently in use */ member in struct:__anon937::__anon944
/haiku/src/add-ons/accelerants/neomagic/
H A DInitAccelerant.c211 si->overlay.active = false;
/haiku/src/add-ons/accelerants/skeleton/
H A DInitAccelerant.c177 si->overlay.active = false;
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.cpp246 void PenInputLooper::HandleMethodActivated(bool active) argument
249 if (fShowInk && active)
251 if (fShowInk && !active)
/haiku/src/tests/kits/game/chart/
H A DChartWindow.h239 /* the current active setting used by the engine */
257 BPicture *ButtonPicture(bool active, int32 button_type);
/haiku/src/apps/mail/
H A DContent.h196 struct { bool active, replace; } fInputMethodUndoState; member in struct:TTextView::__anon146
/haiku/headers/private/graphics/via/
H A DDriverInterface.h250 bool slaved_tmds1; /* external TMDS encoder active on CRTC1 */
251 bool slaved_tmds2; /* external TMDS encoder active on CRTC2 */
252 bool master_tmds1; /* on die TMDS encoder active on CRTC1 */
253 bool master_tmds2; /* on die TMDS encoder active on CRTC2 */
254 bool tmds1_active; /* found panel on CRTC1 that is active */
255 bool tmds2_active; /* found panel on CRTC2 that is active */
309 bool active; /* true is overlay currently in use */ member in struct:__anon7::__anon11
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DFTDI.cpp34 usb_interface_info *interface = config->interface[0].active;
/haiku/src/apps/mediaplayer/
H A DController.h79 void PlayerActivated(bool active);
/haiku/src/add-ons/accelerants/nvidia/
H A DInitAccelerant.c190 si->overlay.active = false;
204 * TVencoder is on head to be assigned primary, no dualhead switch mode active. */
205 //fixme: actually check on what CRTC TVout was active during boot (if any)...
/haiku/src/add-ons/accelerants/matrox/
H A DInitAccelerant.c189 si->overlay.active = false;
/haiku/src/add-ons/accelerants/via/
H A DInitAccelerant.c178 si->overlay.active = false;
/haiku/headers/os/interface/
H A DTabView.h135 virtual void WindowActivated(bool active);

Completed in 215 milliseconds

12345678910