Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_target.cpp36 static ServiceInterface* sServiceInterface; variable
224 sServiceInterface = getBluetoothInterface()->get_avrcp_service(); in initNative()
225 sServiceInterface->Init(&mAvrcpInterface, &mVolumeInterface); in initNative()
232 if (sServiceInterface == nullptr) { in registerBipServerNative()
236 sServiceInterface->RegisterBipServer((int)l2cap_psm); in registerBipServerNative()
242 if (sServiceInterface == nullptr) { in unregisterBipServerNative()
246 sServiceInterface->UnregisterBipServer(); in unregisterBipServerNative()
285 sServiceInterface->Cleanup(); in cleanupNative()
289 sServiceInterface = nullptr; in cleanupNative()
307 return sServiceInterface->ConnectDevice(bdaddr) == true ? JNI_TRUE in connectDeviceNative()
[all …]