Searched refs:mDeviceId (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/feature_support_util/ |
D | feature_support_util.cpp | 427 : 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/ |
D | StreamConfiguration.java | 70 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/ |
D | HelloOboeEngine.cpp | 103 mDeviceId = deviceId; in setDeviceId() 106 mDeviceId = oboe::Unspecified; in setDeviceId() 126 ->setDeviceId(mDeviceId) in createPlaybackStream()
|
D | HelloOboeEngine.h | 88 int32_t mDeviceId = oboe::Unspecified; variable
|
/third_party/skia/third_party/externals/angle2/src/feature_support_util/ |
D | feature_support_util.cpp | 414 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/ |
D | AudioStreamBase.h | 100 int32_t getDeviceId() const { return mDeviceId; } in getDeviceId() 161 int32_t mDeviceId = kUnspecified; variable
|
D | AudioStreamBuilder.h | 304 mDeviceId = deviceId; in setDeviceId()
|
/third_party/skia/third_party/externals/oboe/src/opensles/ |
D | AudioStreamOpenSLES.cpp | 35 mDeviceId = kUnspecified; in AudioStreamOpenSLES() 185 if (mDeviceId != kUnspecified) { in logUnsupportedAttributes()
|
/third_party/skia/third_party/externals/oboe/src/aaudio/ |
D | AudioStreamAAudio.cpp | 195 mLibLoader->builder_setDeviceId(aaudioBuilder, mDeviceId); in open() 251 mDeviceId = mLibLoader->stream_getDeviceId(mAAudioStream); in open()
|