Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp1077 dprintf(fd, " HAL format: 0x%x (%s)\n", mHALFormat, in dumpBase_l()
1078 IAfThreadBase::formatToString(mHALFormat).c_str()); in dumpBase_l()
1923 config->format = mHALFormat; in toAudioPortConfig()
3166 status_t result = mOutput->stream->getAudioProperties(nullptr, nullptr, &mHALFormat); in readOutputParameters_l()
3332 IAfThreadBase::formatToString(mHALFormat).c_str()) in readOutputParameters_l()
9736 status_t result = mInput->stream->getAudioProperties(nullptr, nullptr, &mHALFormat); in readInputParameters_l()
10512 status_t result = mHalStream->getAudioProperties(&mSampleRate, &mChannelMask, &mHALFormat); in readHalParameters_l()
10514 mFormat = mHALFormat; in readHalParameters_l()
10540 IAfThreadBase::formatToString(mHALFormat).c_str()) in readHalParameters_l()
DThreads.h323 audio_format_t format() const final { return mHALFormat; } in format()
694 audio_format_t mHALFormat; variable