Searched refs:mSubtype (Results 1 – 3 of 3) sorted by relevance
49 OboeStream(int32_t subtype) : mSubtype(subtype), mStreamStarted(false) {} in OboeStream()53 int32_t mSubtype; variable
70 if (mSubtype == SUB_TYPE_OBOE_AAUDIO) { in setupStream()72 } else if (mSubtype == SUB_TYPE_OBOE_OPENSL_ES) { in setupStream()
104 switch (mSubtype) { in setupStream()