Searched refs:bOn (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCLineLevel.h80 virtual ECHOSTATUS SetMute( BOOL bOn );
120 virtual ECHOSTATUS SetMute( BOOL bOn );
160 virtual ECHOSTATUS SetMute( BOOL bOn );
H A DCEchoGals.h260 ECHOSTATUS GetMetersOn( BOOL & bOn )
263 : GetDspCommObject()->GetMetersOn( bOn ) ); }
265 ECHOSTATUS SetMetersOn( BOOL bOn )
268 : GetDspCommObject()->SetMetersOn( bOn ) ); }
H A DCDspCommObject.h1197 BOOL & bOn
1199 { bOn = ( 0 != m_wMeterOnCount ); return ECHOSTATUS_OK; }
1201 ECHOSTATUS SetMetersOn( BOOL bOn );
1228 ECHOSTATUS SetMidiOn( BOOL bOn );
H A DCDspCommObject.cpp1830 BOOL bOn
1833 if ( bOn )
2221 ECHOSTATUS CDspCommObject::SetMidiOn( BOOL bOn )
2223 if ( bOn )
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.h81 virtual status_t SetPromiscuousMode(bool bOn);
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.h138 status_t _SetPromiscuousMode(bool bOn);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300.h1545 extern u_int32_t ar9300_get_wlan_active_gpio(struct ath_hal *ah, u_int32_t reg,u_int32_t bOn);
H A Dar9300_misc.c2659 u_int32_t ar9300_get_wlan_active_gpio(struct ath_hal *ah, u_int32_t reg,u_int32_t bOn) argument
2661 return bOn;

Completed in 86 milliseconds