Home
last modified time | relevance | path

Searched refs:NotifyPlaybackStatusChanged (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_tg.h37 virtual void NotifyPlaybackStatusChanged(int32_t playStatus, int32_t playbackPos) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_tg.h182 void NotifyPlaybackStatusChanged(uint8_t playStatus, uint32_t playbackPos);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_tg_server.h42 void NotifyPlaybackStatusChanged(int32_t playStatus, int32_t playbackPos) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_proxy.h37 void NotifyPlaybackStatusChanged(int32_t playStatus, int32_t playbackPos) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp281 void AvrcpTarget::NotifyPlaybackStatusChanged(uint8_t playStatus, uint32_t playbackPos) in NotifyPlaybackStatusChanged() function in OHOS::Bluetooth::AvrcpTarget
291 proxy->NotifyPlaybackStatusChanged(static_cast<int32_t>(playStatus), static_cast<int32_t>(playbackPos)); in NotifyPlaybackStatusChanged()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp313 void BluetoothAvrcpTgServer::NotifyPlaybackStatusChanged(int32_t playStatus, int32_t playbackPos) in NotifyPlaybackStatusChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgServer
322 pimpl->service_->NotifyPlaybackStatusChanged(static_cast<uint8_t>(playStatus), in NotifyPlaybackStatusChanged()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h497 virtual void NotifyPlaybackStatusChanged(
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp214 * @tc.name: NotifyPlaybackStatusChanged
222 profile_->NotifyPlaybackStatusChanged(0,0); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_tg_proxy.cpp225 void BluetoothAvrcpTgProxy::NotifyPlaybackStatusChanged(int32_t playStatus, int32_t playbackPos) in NotifyPlaybackStatusChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgProxy
227 HILOGI("BluetoothAvrcpTgProxy::NotifyPlaybackStatusChanged start"); in NotifyPlaybackStatusChanged()
230 HILOGE("BluetoothAvrcpTgProxy::NotifyPlaybackStatusChanged WriteInterfaceToken error"); in NotifyPlaybackStatusChanged()
234 HILOGE("BluetoothAvrcpTgProxy::NotifyPlaybackStatusChanged playStatus error"); in NotifyPlaybackStatusChanged()
238 HILOGE("BluetoothAvrcpTgProxy::NotifyPlaybackStatusChanged playbackPos error"); in NotifyPlaybackStatusChanged()
247 HILOGE("BluetoothAvrcpTgProxy::NotifyPlaybackStatusChanged done fail, error: %{public}d", error); in NotifyPlaybackStatusChanged()
274 HILOGE("BluetoothAvrcpTgProxy::NotifyPlaybackStatusChanged done fail, error: %{public}d", error); in NotifyTrackChanged()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_tg_stub.cpp231 NotifyPlaybackStatusChanged(playStatus, playbackPos); in NotifyPlaybackStatusChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h854 void NotifyPlaybackStatusChanged(
H A Davrcp_tg_service.cpp2245 void AvrcpTgService::NotifyPlaybackStatusChanged(uint8_t playStatus, uint32_t playbackPos, uint8_t label) in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
2607 NotifyPlaybackStatusChanged(state, 0, playback.second); in GetPlayStatus()

Completed in 12 milliseconds