Searched defs:readIndex (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/ |
H A D | attribute.c | 108 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 D | attribute.c | 127 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 D | pa_renderer_stream_impl.cpp | 462 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 D | renderer_in_client.cpp | 631 uint64_t readIndex = 0; in GetAudioPosition() local
|