Searched refs:mHALFormat (Results 1 – 2 of 2) sorted by relevance
269 audio_format_t format() const { return mHALFormat; } in format()539 audio_format_t mHALFormat; variable
841 dprintf(fd, " HAL format: 0x%x (%s)\n", mHALFormat, formatToString(mHALFormat).c_str()); in dumpBase_l()2651 status_t result = mOutput->stream->getFormat(&mHALFormat); in readOutputParameters_l()8227 status_t result = mInput->stream->getAudioProperties(&mSampleRate, &mChannelMask, &mHALFormat); in readInputParameters_l()8229 mFormat = mHALFormat; in readInputParameters_l()8787 status_t result = mHalStream->getAudioProperties(&mSampleRate, &mChannelMask, &mHALFormat); in readHalParameters_l()8789 mFormat = mHALFormat; in readHalParameters_l()