Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbluetooth.cc561 static bluetooth::avrcp::ServiceInterface* get_avrcp_service(void) { in get_avrcp_service() function
612 get_avrcp_service,
/aosp12/system/bt/include/hardware/
H A Dbluetooth.h710 bluetooth::avrcp::ServiceInterface* (*get_avrcp_service)(void); member
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp_target.cpp224 sServiceInterface = getBluetoothInterface()->get_avrcp_service(); in initNative()