Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc1093 static bluetooth::avrcp::ServiceInterface* get_avrcp_service(void) { in get_avrcp_service() function
1247 .get_avrcp_service = get_avrcp_service,
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h859 bluetooth::avrcp::ServiceInterface* (*get_avrcp_service)(void); member
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc358 reinterpret_cast<avrcp::ServiceInterface*>(btif_->get_avrcp_service())); in GetAvrcpProfile()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp257 sServiceInterface = getBluetoothInterface()->get_avrcp_service(); in initNative()