HomeSort by relevance Sort by last modified time
    Searched refs:mContentType (Results 1 - 6 of 6) sorted by null

  /art/tools/ahat/src/main/com/android/ahat/
StaticHandler.java 29 private String mContentType;
33 mContentType = contentType;
48 exchange.getResponseHeaders().add("Content-Type", mContentType);
  /frameworks/av/media/libaaudio/src/core/
AAudioStreamParameters.cpp 47 mContentType = other.mContentType;
142 switch (mContentType) {
150 ALOGD("content type not valid = %d", mContentType);
195 ALOGD("mContentType = %6d", mContentType);
AAudioStreamParameters.h 100 return mContentType;
104 mContentType = contentType;
156 aaudio_content_type_t mContentType = AAUDIO_UNSPECIFIED;
AudioStream.cpp 81 mContentType = builder.getContentType();
82 if (mContentType == AAUDIO_UNSPECIFIED) {
83 mContentType = AAUDIO_CONTENT_TYPE_MUSIC;
AudioStream.h 222 return mContentType;
529 mContentType = contentType;
565 aaudio_content_type_t mContentType = AAUDIO_UNSPECIFIED;
  /frameworks/av/media/libaaudio/examples/utils/
AAudioArgsParser.h 168 return mContentType;
172 mContentType = contentType;
236 s_setContentType(builder, mContentType);
267 aaudio_content_type_t mContentType = AAUDIO_UNSPECIFIED;

Completed in 1823 milliseconds