Searched defs:readIndex (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/ |
H A D | AudioVolumeGroupChangeHandlerTest.java | 143 final int readIndex = mAudioManager.getVolumeIndexForAttributes(aa); in testCallbackReceived() local 202 int readIndex = mAudioManager.getVolumeIndexForAttributes(aa); in testMultipleCallbackReceived() local
|
H A D | AudioManagerTest.java | 325 int readIndex = mAudioManager.getVolumeIndexForAttributes(aa); in testVolumeGroupCallback() local 353 int readIndex = mAudioManager.getStreamVolume(avgStreamType); in testVolumeGroupCallback() local
|
/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
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/ |
H A D | WakeLockLog.java | 911 int readIndex = mStart; in removeTagIndex() 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
|