Home
last modified time | relevance | path

Searched refs:mContentType (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStreamBase.h117 ContentType getContentType() const { return mContentType; } in getContentType()
184 ContentType mContentType = ContentType::Music; variable
DAudioStreamBuilder.h232 mContentType = contentType; in setContentType()
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAudioStreamAAudio.cpp145 if (mContentType != ContentType::Music) { in logUnsupportedAttributes()
212 static_cast<aaudio_content_type_t>(mContentType)); in open()
266 mContentType = static_cast<ContentType>(mLibLoader->stream_getContentType(mAAudioStream)); in open()
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamOpenSLES.cpp201 if (mContentType != ContentType::Music) { in logUnsupportedAttributes()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp150836 return mContentType; in GetContentTypeInternal()
151146 nsCString mContentType; member in nsIDocument
172518 const char* GetMimeType() const { return mContentType.get(); } in GetMimeType()
172602 nsCString mContentType; member in imgRequest