Home
last modified time | relevance | path

Searched defs:OnConnectionState (Results 1 – 17 of 17) sorted by relevance

/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothA2dpSinkCallback.aidl21 void OnConnectionState(String device_address, int state); in OnConnectionState() method
H A DIBluetoothLowEnergyCallback.aidl24 void OnConnectionState(int status, int client_id, String address, boolean connected); in OnConnectionState() method
H A DIBluetoothA2dpSourceCallback.aidl23 void OnConnectionState(String device_address, int state); in OnConnectionState() method
H A DIBluetoothAvrcpControlCallback.aidl23 void OnConnectionState( in OnConnectionState() method
/aosp12/system/bt/btif/src/
H A Dbtif_vc.cc50 void OnConnectionState(ConnectionState state, in OnConnectionState() function in __anon705e8be00110::VolumeControlInterfaceImpl
H A Dbtif_hearing_aid.cc68 void OnConnectionState(ConnectionState state, in OnConnectionState() function in __anona1484d320210::HearingAidInterfaceImpl
H A Dbtif_le_audio.cc44 void OnConnectionState(ConnectionState state, in OnConnectionState() function in __anon9919d9490110::LeAudioClientInterfaceImpl
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_low_energy_binder_server.cc120 void BluetoothLowEnergyBinderServer::OnConnectionState( in OnConnectionState() function in ipc::binder::BluetoothLowEnergyBinderServer
H A Dbluetooth_a2dp_sink_binder_server.cc153 void BluetoothA2dpSinkBinderServer::OnConnectionState( in OnConnectionState() function in ipc::binder::BluetoothA2dpSinkBinderServer
H A Dbluetooth_a2dp_source_binder_server.cc167 void BluetoothA2dpSourceBinderServer::OnConnectionState( in OnConnectionState() function in ipc::binder::BluetoothA2dpSourceBinderServer
H A Dbluetooth_avrcp_control_binder_server.cc167 void BluetoothAvrcpControlBinderServer::OnConnectionState( in OnConnectionState() function in ipc::binder::BluetoothAvrcpControlBinderServer
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hearing_aid.cpp45 void OnConnectionState(ConnectionState state, in OnConnectionState() function in android::HearingAidCallbacksImpl
H A Dcom_android_bluetooth_le_audio.cpp51 void OnConnectionState(ConnectionState state, in OnConnectionState() function in android::LeAudioClientCallbacksImpl
/aosp12/system/bt/service/test/
H A Da2dp_source_unittest.cc54 void OnConnectionState(const std::string& device_address, in OnConnectionState() function in bluetooth::__anon045f875d0110::TestDelegate
H A Dlow_energy_client_unittest.cc62 void OnConnectionState(LowEnergyClient* client, int status, in OnConnectionState() function in bluetooth::__anona5a74edf0110::TestDelegate
H A Da2dp_sink_unittest.cc58 void OnConnectionState(const std::string& device_address, in OnConnectionState() function in bluetooth::__anonbf005d410110::TestDelegate
/aosp12/system/bt/service/client/
H A Dmain.cc244 Status OnConnectionState(int status, int client_id, const String16& address, in OnConnectionState() function in __anonef8a132b0110::CLIBluetoothLowEnergyCallback