Home
last modified time | relevance | path

Searched defs:delayValue (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dpolicy_provider_stub.cpp135 uint32_t delayValue = 0; in HandleOffloadGetRenderPosition() local
217 int32_t PolicyProviderWrapper::OffloadGetRenderPosition(uint32_t &delayValue, uint64_t &sendDataSiz… in OffloadGetRenderPosition()
/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_source_parser.cpp178 Json::Value delayValue = valueObj[SuspendSource::DELAY_KEY]; in ParseSourcesProc() local
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dpower_policy_plugin.cpp152 Json::Value delayValue = valueObj[KEY_DELAY_TIME]; in SetPowerPolicyObject() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_sink_server.cpp222 int BluetoothA2dpSinkServer::SendDelay(const RawAddress &device, int32_t delayValue) in SendDelay()
H A Dbluetooth_a2dp_source_server.cpp427 int BluetoothA2dpSourceServer::GetRenderPosition(const RawAddress &device, uint32_t &delayValue, ui… in GetRenderPosition()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_src_test.cpp436 uint16_t delayValue = 0; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpolicy_handler.cpp188 int32_t PolicyHandler::OffloadGetRenderPosition(uint32_t &delayValue, uint64_t &sendDataSize, uint3… in OffloadGetRenderPosition()
H A Dpolicy_provider_proxy.cpp127 int32_t PolicyProviderProxy::OffloadGetRenderPosition(uint32_t &delayValue, uint64_t &sendDataSize,… in OffloadGetRenderPosition()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_sink_proxy.cpp178 int BluetoothA2dpSinkProxy::SendDelay(const RawAddress &device, int32_t delayValue) in SendDelay()
H A Dbluetooth_a2dp_src_proxy.cpp386 int BluetoothA2dpSrcProxy::GetRenderPosition(const RawAddress &device, uint32_t &delayValue, uint64… in GetRenderPosition()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_a2dp_sink_stub.cpp208 int delayValue = data.ReadInt32(); in SendDelayInner() local
H A Dbluetooth_a2dp_src_stub.cpp415 uint32_t delayValue; in GetRenderPositionInner() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_snk.cpp317 bool A2dpSink::SendDelay(const BluetoothRemoteDevice &device, uint16_t delayValue) in SendDelay()
H A Dbluetooth_a2dp_src.cpp586 int A2dpSource::GetRenderPosition(const BluetoothRemoteDevice &device, uint32_t &delayValue, uint64… in GetRenderPosition()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp363 void A2dpProfile::GetRenderPosition(uint32_t &delayValue, uint64_t &sendDataSize, uint32_t &timeSta… in GetRenderPosition()
842 int A2dpProfile::SendDelay(const uint16_t handle, const uint16_t delayValue) in SendDelay()
919 void A2dpProfile::DelayReportNotify(const BtAddr &device, const uint16_t delayValue) in DelayReportNotify()
H A Da2dp_service.cpp705 int A2dpService::SendDelay(const RawAddress &device, uint16_t delayValue) in SendDelay()
965 int A2dpService::GetRenderPosition(const RawAddress &device, uint32_t &delayValue, uint64_t &sendDa… in GetRenderPosition()
H A Da2dp_def.h196 uint16_t delayValue; member
H A Da2dp_avdtp.cpp185 uint16_t A2dpAvdtp::DelayReq(const uint16_t handle, uint8_t &label, uint16_t delayValue) in DelayReq()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.cpp230 int32_t AudioA2dpManager::GetRenderPosition(uint32_t &delayValue, uint64_t &sendDataSize, uint32_t … in GetRenderPosition()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_api.c626 uint16_t AVDT_DelayReq(uint16_t handle, uint8_t *transLabel, uint16_t delayValue) in AVDT_DelayReq()
659 uint16_t AvdtDelayReq(uint16_t handle, uint8_t *transLabel, uint16_t delayValue) in AvdtDelayReq()
H A Davdtp_api.h87 uint16_t delayValue; member
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp7512 int32_t AudioPolicyService::OffloadGetRenderPosition(uint32_t &delayValue, uint64_t &sendDataSize, … in OffloadGetRenderPosition()