Searched refs:mHALFormat (Results 1 – 2 of 2) sorted by relevance
237 audio_format_t format() const { return mHALFormat; } in format()413 audio_format_t mHALFormat; variable
592 dprintf(fd, " Format: 0x%x (%s)\n", mHALFormat, formatToString(mHALFormat)); in dumpBase()1824 mHALFormat = mOutput->stream->common.get_format(&mOutput->stream->common); in readOutputParameters_l()1825 mFormat = mHALFormat; in readOutputParameters_l()6213 mHALFormat = mInput->stream->common.get_format(&mInput->stream->common); in readInputParameters_l()6214 mFormat = mHALFormat; in readInputParameters_l()