Home
last modified time | relevance | path

Searched refs:mDeviceId (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/feature_support_util/
Dfeature_support_util.cpp427 : mVendor(vendor), mDeviceId(IntegerPart(deviceId)), mVersion(version), mWildcard(false) in GPU()
430 : mVendor(vendor), mDeviceId(IntegerPart(deviceId)), mVersion(), mWildcard(false) in GPU()
432 GPU(const std::string vendor) : mVendor(vendor), mDeviceId(), mVersion(), mWildcard(false) {} in GPU()
433 GPU() : mVendor(), mDeviceId(), mVersion(), mWildcard(true) {} in GPU()
440 VERBOSE("\t\t mDeviceId = %d and toCheck.mDeviceId = %d\n", mDeviceId.mPart, in match()
441 toCheck.mDeviceId.mPart); in match()
444 toCheck.mDeviceId.match(mDeviceId) ? "true" : "false", in match()
447 (toCheck.mVendor.match(mVendor) && toCheck.mDeviceId.match(mDeviceId) && in match()
496 if (!mDeviceId.mWildcard) in logItem()
501 mVendor.mPart.c_str(), mDeviceId.mPart, mVersion.getString().c_str()); in logItem()
[all …]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DStreamConfiguration.java70 private int mDeviceId; field in StreamConfiguration
94 mDeviceId = UNSPECIFIED; in reset()
228 message.append(String.format("%s.device = %d\n", prefix, mDeviceId)); in dump()
305 return mDeviceId; in getDeviceId()
309 this.mDeviceId = deviceId; in setDeviceId()
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
DHelloOboeEngine.cpp103 mDeviceId = deviceId; in setDeviceId()
106 mDeviceId = oboe::Unspecified; in setDeviceId()
126 ->setDeviceId(mDeviceId) in createPlaybackStream()
DHelloOboeEngine.h88 int32_t mDeviceId = oboe::Unspecified; variable
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
Dfeature_support_util.cpp414 mDeviceId(std::move(deviceId)), in GPU()
428 (toCheck.mVendor.match(mVendor) && toCheck.mDeviceId.match(mDeviceId) && in match()
458 if (!mDeviceId.mWildcard) in toString()
460 ss << ", deviceId: " << std::hex << mDeviceId.mPart; in toString()
470 IntegerPart mDeviceId; member in angle::GPU
/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStreamBase.h100 int32_t getDeviceId() const { return mDeviceId; } in getDeviceId()
161 int32_t mDeviceId = kUnspecified; variable
DAudioStreamBuilder.h304 mDeviceId = deviceId; in setDeviceId()
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamOpenSLES.cpp35 mDeviceId = kUnspecified; in AudioStreamOpenSLES()
185 if (mDeviceId != kUnspecified) { in logUnsupportedAttributes()
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAudioStreamAAudio.cpp195 mLibLoader->builder_setDeviceId(aaudioBuilder, mDeviceId); in open()
251 mDeviceId = mLibLoader->stream_getDeviceId(mAAudioStream); in open()