Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DDeviceDescriptor.h54 audio_format_t getEncodedFormat() { return mCurrentEncodedFormat; } in getEncodedFormat()
57 mCurrentEncodedFormat = format; in setEncodedFormat()
95 audio_format_t mCurrentEncodedFormat; variable
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DDeviceDescriptor.cpp54 mCurrentEncodedFormat = AUDIO_FORMAT_DEFAULT; in DeviceDescriptor()
108 return (mCurrentEncodedFormat != AUDIO_FORMAT_DEFAULT); in hasCurrentEncodedFormat()