Searched refs:STANDBY (Results 1 – 10 of 10) sorted by relevance
/system/bt/vendor_libs/test_vendor_lib/include/ |
D | inquiry.h | 24 STANDBY = 0x00, enumerator
|
/system/bt/audio_bluetooth_hw/ |
D | device_port_proxy.cc | 108 state_ = BluetoothStreamState::STANDBY; in SetUp() 206 state_ = BluetoothStreamState::STANDBY; in ControlResultHandler() 211 state_ = BluetoothStreamState::STANDBY; in ControlResultHandler() 243 state_ = BluetoothStreamState::STANDBY; in SessionChangedHandler() 305 retval = retval && state_ == BluetoothStreamState::STANDBY; in CondwaitState() 325 if (state_ == BluetoothStreamState::STANDBY) { in Start()
|
D | stream_apis.h | 37 STANDBY, enumerator
|
D | stream_apis.cc | 136 case BluetoothStreamState::STANDBY: in operator <<() 305 out->bluetooth_output_.SetState(BluetoothStreamState::STANDBY); in out_set_parameters() 574 if (out->bluetooth_output_.GetState() == BluetoothStreamState::STANDBY) { in out_resume()
|
/system/netd/server/ |
D | FirewallController.cpp | 102 res |= createChain(LOCAL_STANDBY, getFirewallType(STANDBY)); in setupIptablesHooks() 152 case STANDBY: in enableChildChains() 218 case STANDBY: in getFirewallType() 248 case STANDBY: in setUidRule()
|
D | FirewallController.h | 44 STANDBY = INetd::FIREWALL_CHAIN_STANDBY, enumerator
|
D | FirewallControllerTest.cpp | 118 mFw.setUidRule(STANDBY, 12345, ALLOW); in TEST_F() 124 mFw.setUidRule(STANDBY, 12345, DENY); in TEST_F()
|
D | TrafficController.cpp | 628 case STANDBY: in changeUidOwnerRule() 744 case STANDBY: in toggleUidOwnerMap()
|
D | TrafficControllerTest.cpp | 635 checkUidOwnerRuleForChain(STANDBY, STANDBY_MATCH); in TEST_F()
|
/system/bt/vendor_libs/test_vendor_lib/packets/ |
D | link_layer_packets.pdl | 67 STANDBY = 0x00,
|