Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h249 audio_format_t format() const { return mHALFormat; } in format()
458 audio_format_t mHALFormat; variable
DThreads.cpp826 dprintf(fd, " HAL format: 0x%x (%s)\n", mHALFormat, formatToString(mHALFormat).c_str()); in dumpBase()
2323 status_t result = mOutput->stream->getFormat(&mHALFormat); in readOutputParameters_l()
7236 status_t result = mInput->stream->getAudioProperties(&mSampleRate, &mChannelMask, &mHALFormat); in readInputParameters_l()
7240 mFormat = mHALFormat; in readInputParameters_l()
7780 status_t result = mHalStream->getAudioProperties(&mSampleRate, &mChannelMask, &mHALFormat); in readHalParameters_l()
7782 mFormat = mHALFormat; in readHalParameters_l()