Searched refs:mHALFormat (Results 1 – 2 of 2) sorted by relevance
247 audio_format_t format() const { return mHALFormat; } in format()503 audio_format_t mHALFormat; variable
822 dprintf(fd, " HAL format: 0x%x (%s)\n", mHALFormat, formatToString(mHALFormat).c_str()); in dumpBase_l()2594 status_t result = mOutput->stream->getFormat(&mHALFormat); in readOutputParameters_l()8224 status_t result = mInput->stream->getAudioProperties(&mSampleRate, &mChannelMask, &mHALFormat); in readInputParameters_l()8226 mFormat = mHALFormat; in readInputParameters_l()8770 status_t result = mHalStream->getAudioProperties(&mSampleRate, &mChannelMask, &mHALFormat); in readHalParameters_l()8772 mFormat = mHALFormat; in readHalParameters_l()