Home
last modified time | relevance | path

Searched refs:STANDBY (Results 1 – 10 of 10) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/include/
Dinquiry.h24 STANDBY = 0x00, enumerator
/system/bt/audio_bluetooth_hw/
Ddevice_port_proxy.cc109 state_ = BluetoothStreamState::STANDBY; in SetUp()
207 state_ = BluetoothStreamState::STANDBY; in ControlResultHandler()
212 state_ = BluetoothStreamState::STANDBY; in ControlResultHandler()
244 state_ = BluetoothStreamState::STANDBY; in SessionChangedHandler()
306 retval = retval && state_ == BluetoothStreamState::STANDBY; in CondwaitState()
326 if (state_ == BluetoothStreamState::STANDBY) { in Start()
Dstream_apis.h36 STANDBY, enumerator
Dstream_apis.cc54 case BluetoothStreamState::STANDBY: in operator <<()
222 out->bluetooth_output_.SetState(BluetoothStreamState::STANDBY); in out_set_parameters()
499 if (out->bluetooth_output_.GetState() == BluetoothStreamState::STANDBY) { in out_resume()
/system/netd/server/
DFirewallController.cpp103 res |= createChain(LOCAL_STANDBY, getFirewallType(STANDBY)); in setupIptablesHooks()
153 case STANDBY: in enableChildChains()
219 case STANDBY: in getFirewallType()
249 case STANDBY: in setUidRule()
DFirewallController.h44 STANDBY = INetd::FIREWALL_CHAIN_STANDBY, enumerator
DFirewallControllerTest.cpp121 mFw.setUidRule(STANDBY, 12345, ALLOW); in TEST_F()
127 mFw.setUidRule(STANDBY, 12345, DENY); in TEST_F()
DTrafficController.cpp654 case STANDBY: in changeUidOwnerRule()
777 case STANDBY: in toggleUidOwnerMap()
DTrafficControllerTest.cpp636 checkUidOwnerRuleForChain(STANDBY, STANDBY_MATCH); in TEST_F()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc1069 inquiry_state_ = Inquiry::InquiryState::STANDBY; in Reset()
1085 inquiry_state_ = Inquiry::InquiryState::STANDBY; in InquiryCancel()
1090 inquiry_state_ = Inquiry::InquiryState::STANDBY; in InquiryTimeout()