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()
264 sServiceInterface->Cleanup(); in cleanupNative()
268 sServiceInterface = nullptr; in cleanupNative()
286 return sServiceInterface->ConnectDevice(bdaddr) == true ? JNI_TRUE in connectDeviceNative()
305 return sServiceInterface->DisconnectDevice(bdaddr) == true ? JNI_TRUE in disconnectDeviceNative()