Home
last modified time | relevance | path

Searched defs:readIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/
H A Dattribute.c108 IAM_STATIC ResultCode ReadDataFromMsg(const Uint8Array msg, uint32_t *readIndex, Uint8Array *retDat… in ReadDataFromMsg()
129 IAM_STATIC ResultCode ReadUint32FromMsg(const Uint8Array msg, uint32_t *readIndex, uint32_t *retVal… in ReadUint32FromMsg()
176 IAM_STATIC ResultCode CheckAddReadIndex(const Uint8Array msg, uint32_t *readIndex, uint32_t length) in CheckAddReadIndex()
195 uint32_t readIndex = 0; in ParseAttributeSerializedMsgInner() local
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c127 IAM_STATIC ResultCode ReadDataFromMsg(const Uint8Array msg, uint32_t *readIndex, Uint8Array *retDat… in ReadDataFromMsg()
148 IAM_STATIC ResultCode ReadUint32FromMsg(const Uint8Array msg, uint32_t *readIndex, uint32_t *retVal… in ReadUint32FromMsg()
198 uint32_t readIndex = 0; in ParseAttributeSerializedMsgInner() local
241 uint32_t readIndex = 0; in ParseMultiDataSerializedMsg() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpa_renderer_stream_impl.cpp462 uint64_t readIndex = pa_bytes_to_usec(info->read_index, sampleSpec); in GetCurrentPosition() local
521 uint64_t readIndex = pa_bytes_to_usec(info->read_index < 0 ? 0 : info->read_index, sampleSpec); in GetLatency() local
1034 uint64_t readIndex = pa_bytes_to_usec(info->read_index, sampleSpec); in GetOffloadApproximatelyCacheTime() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Drenderer_in_client.cpp631 uint64_t readIndex = 0; in GetAudioPosition() local