Searched refs:GetMeidaPlayerList (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 73 …virtual int32_t GetMeidaPlayerList(const RawAddress &device, int32_t startItem, int32_t endItem) =…
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 67 … int32_t GetMeidaPlayerList(const RawAddress &device, int32_t startItem, int32_t endItem) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 67 …virtual int32_t GetMeidaPlayerList(const RawAddress &device, int32_t startItem, int32_t endItem) o…
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 930 … int GetMeidaPlayerList(const BluetoothRemoteDevice &device, uint32_t startItem, uint32_t endItem);
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 593 int ret = profile_->GetMeidaPlayerList(device, 0, 1);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_stub.cpp | 512 int32_t result = GetMeidaPlayerList(raw, startItem, endItem); in GetMeidaPlayerListInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 858 int32_t BluetoothAvrcpCtProxy::GetMeidaPlayerList( in GetMeidaPlayerList() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1495 int AvrcpController::GetMeidaPlayerList(const BluetoothRemoteDevice &device, uint32_t startItem, ui… in GetMeidaPlayerList() function in OHOS::Bluetooth::AvrcpController 1508 …return proxy->GetMeidaPlayerList(rawAddr, static_cast<int32_t>(startItem), static_cast<int32_t>(en… in GetMeidaPlayerList()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 1296 int32_t BluetoothAvrcpCtServer::GetMeidaPlayerList(const RawAddress &device, int32_t startItem, int… in GetMeidaPlayerList() function in OHOS::Bluetooth::BluetoothAvrcpCtServer
|