Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h293 audio_format_t format() const { return mHALFormat; } in format()
605 audio_format_t mHALFormat; variable
DThreads.cpp911 dprintf(fd, " HAL format: 0x%x (%s)\n", mHALFormat, formatToString(mHALFormat).c_str()); in dumpBase_l()
2826 status_t result = mOutput->stream->getAudioProperties(nullptr, nullptr, &mHALFormat); in readOutputParameters_l()
2988 formatToString(mHALFormat).c_str()) in readOutputParameters_l()
8665 status_t result = mInput->stream->getAudioProperties(&mSampleRate, &mChannelMask, &mHALFormat); in readInputParameters_l()
8667 mFormat = mHALFormat; in readInputParameters_l()
9367 status_t result = mHalStream->getAudioProperties(&mSampleRate, &mChannelMask, &mHALFormat); in readHalParameters_l()
9369 mFormat = mHALFormat; in readHalParameters_l()
9395 formatToString(mHALFormat).c_str()) in readHalParameters_l()