Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DIAudioPolicyService.cpp996 unsigned int numSurroundFormatsReq = *numSurroundFormats; in getSurroundFormats() local
997 data.writeUint32(numSurroundFormatsReq); in getSurroundFormats()
1004 if (numSurroundFormatsReq > *numSurroundFormats) { in getSurroundFormats()
1005 numSurroundFormatsReq = *numSurroundFormats; in getSurroundFormats()
1007 if (numSurroundFormatsReq > 0) { in getSurroundFormats()
1009 numSurroundFormatsReq * sizeof(audio_format_t)); in getSurroundFormats()
1014 numSurroundFormatsReq * sizeof(bool)); in getSurroundFormats()
2287 unsigned int numSurroundFormatsReq = data.readUint32(); in onTransact() local
2288 if (numSurroundFormatsReq > MAX_ITEMS_PER_LIST) { in onTransact()
2289 numSurroundFormatsReq = MAX_ITEMS_PER_LIST; in onTransact()
[all …]