Searched refs:clientif (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | le_audio_software_unittest.cc | 209 BluetoothAudioClientInterface* clientif, in BluetoothAudioDeathRecipient() argument 211 : bluetooth_audio_clientif_(clientif), message_loop_(message_loop) {} in BluetoothAudioDeathRecipient()
|
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | client_interface_hidl.cc | 167 BluetoothAudioClientInterface* clientif, in BluetoothAudioDeathRecipient() argument 169 : bluetooth_audio_clientif_(clientif), message_loop_(message_loop) {} in BluetoothAudioDeathRecipient()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 1363 jint clientif, jstring address, in gattClientConnectNative() argument 1369 sGattIf->client->connect(clientif, str2addr(env, address), addressType, in gattClientConnectNative() 1536 jint clientif, jstring address) { in gattClientReadRemoteRssiNative() argument 1539 sGattIf->client->read_remote_rssi(clientif, str2addr(env, address)); in gattClientReadRemoteRssiNative()
|