Home
last modified time | relevance | path

Searched refs:numSurroundFormatsReq (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libaudioclient/
DIAudioPolicyService.cpp970 unsigned int numSurroundFormatsReq = *numSurroundFormats; in getSurroundFormats() local
971 data.writeUint32(numSurroundFormatsReq); in getSurroundFormats()
978 if (numSurroundFormatsReq > *numSurroundFormats) { in getSurroundFormats()
979 numSurroundFormatsReq = *numSurroundFormats; in getSurroundFormats()
981 if (numSurroundFormatsReq > 0) { in getSurroundFormats()
983 numSurroundFormatsReq * sizeof(audio_format_t)); in getSurroundFormats()
988 numSurroundFormatsReq * sizeof(bool)); in getSurroundFormats()
2132 unsigned int numSurroundFormatsReq = data.readUint32(); in onTransact() local
2133 if (numSurroundFormatsReq > MAX_ITEMS_PER_LIST) { in onTransact()
2134 numSurroundFormatsReq = MAX_ITEMS_PER_LIST; in onTransact()
[all …]