Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
DIBluetoothAvrcpTarget.aidl33 boolean GetPlayStatusResponse(String addr, in GetPlayStatusResponse() method
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_target_binder_server.cc120 Status BluetoothAvrcpTargetBinderServer::GetPlayStatusResponse( in GetPlayStatusResponse() function in ipc::binder::BluetoothAvrcpTargetBinderServer
124 TRY_RET_FUNC(avrcp_target->GetPlayStatusResponse( in GetPlayStatusResponse()
Dbluetooth_avrcp_target_binder_server.h57 android::binder::Status GetPlayStatusResponse(const android::String16& addr,
/system/bt/service/
Davrcp_target.h86 bool GetPlayStatusResponse(const std::string& addr, int32_t play_status,
Davrcp_target.cc126 bool AvrcpTarget::GetPlayStatusResponse(const std::string& str_addr, in GetPlayStatusResponse() function in bluetooth::AvrcpTarget
/system/bt/profile/avrcp/
Ddevice.h169 virtual void GetPlayStatusResponse(uint8_t label, PlayStatus status);
Ddevice.cc147 media_interface_->GetPlayStatus(base::Bind(&Device::GetPlayStatusResponse, in VendorPacketHandler()
574 void Device::GetPlayStatusResponse(uint8_t label, PlayStatus status) { in GetPlayStatusResponse() function in bluetooth::avrcp::Device