Lines Matching refs:mAttributes
188 toString(track->mAttributes.content_type).c_str()); in gather()
189 mAnalyticsItem->setCString(MM_PREFIX "usage", toString(track->mAttributes.usage).c_str()); in gather()
198 mAnalyticsItem->setCString(MM_PREFIX "attributes", toString(track->mAttributes).c_str()); in gather()
222 mAttributes.content_type = AUDIO_CONTENT_TYPE_UNKNOWN; in AudioTrack()
223 mAttributes.usage = AUDIO_USAGE_UNKNOWN; in AudioTrack()
224 mAttributes.flags = 0x0; in AudioTrack()
225 strcpy(mAttributes.tags, ""); in AudioTrack()
253 mAttributes = AUDIO_ATTRIBUTES_INITIALIZER; in AudioTrack()
286 mAttributes = AUDIO_ATTRIBUTES_INITIALIZER; in AudioTrack()
435 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t)); in set()
439 mAttributes.usage, mAttributes.content_type, mAttributes.flags, mAttributes.tags); in set()
441 audio_flags_to_audio_output_flags(mAttributes.flags, &flags); in set()
448 mAttributes.flags |= AUDIO_OUTPUT_FLAG_IEC958_NONAUDIO; in set()
1352 return AudioSystem::attributesToStreamType(mAttributes); in streamType()
1437 input.attr = mAttributes; in createTrack_l()
2910 AudioSystem::attributesToStreamType(mAttributes) : in dump()