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.cpp37 static ServiceInterface* sServiceInterface; variable
225 sServiceInterface = getBluetoothInterface()->get_avrcp_service(); in initNative()
226 sServiceInterface->Init(&mAvrcpInterface, &mVolumeInterface); in initNative()
265 sServiceInterface->Cleanup(); in cleanupNative()
269 sServiceInterface = nullptr; in cleanupNative()
287 return sServiceInterface->ConnectDevice(bdaddr) == true ? JNI_TRUE in connectDeviceNative()
306 return sServiceInterface->DisconnectDevice(bdaddr) == true ? JNI_TRUE in disconnectDeviceNative()