HomeSort by relevance Sort by last modified time
    Searched refs:numSurroundFormats (Results 1 - 10 of 10) sorted by null

  /frameworks/av/media/libaudioclient/
IAudioPolicyService.cpp 835 virtual status_t getSurroundFormats(unsigned int *numSurroundFormats,
840 if (numSurroundFormats == NULL || (*numSurroundFormats != 0 &&
846 unsigned int numSurroundFormatsReq = *numSurroundFormats;
    [all...]
AudioSystem.cpp     [all...]
  /frameworks/av/media/libaudioclient/include/media/
IAudioPolicyService.h 170 virtual status_t getSurroundFormats(unsigned int *numSurroundFormats,
AudioSystem.h 343 // numSurroundFormats holds the maximum number of formats and bool value allowed in the array.
344 // When numSurroundFormats is 0, surroundFormats and surroundFormatsEnabled will not be
345 // populated. The actual number of surround formats should be returned at numSurroundFormats.
346 static status_t getSurroundFormats(unsigned int *numSurroundFormats,
  /frameworks/av/services/audiopolicy/
AudioPolicyInterface.h 248 virtual status_t getSurroundFormats(unsigned int *numSurroundFormats,
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp     [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyInterfaceImpl.cpp     [all...]
AudioPolicyService.h 206 virtual status_t getSurroundFormats(unsigned int *numSurroundFormats,
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h 241 virtual status_t getSurroundFormats(unsigned int *numSurroundFormats,
    [all...]
AudioPolicyManager.cpp     [all...]

Completed in 216 milliseconds