Home
last modified time | relevance | path

Searched refs:clientif (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software_unittest.cc209 BluetoothAudioClientInterface* clientif, in BluetoothAudioDeathRecipient() argument
211 : bluetooth_audio_clientif_(clientif), message_loop_(message_loop) {} in BluetoothAudioDeathRecipient()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.cc167 BluetoothAudioClientInterface* clientif, in BluetoothAudioDeathRecipient() argument
169 : bluetooth_audio_clientif_(clientif), message_loop_(message_loop) {} in BluetoothAudioDeathRecipient()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1363 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()