Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DStreamConfiguration.java72 private int mDeviceId; field in StreamConfiguration
96 mDeviceId = UNSPECIFIED; in reset()
231 message.append(String.format("%s.device = %d\n", prefix, mDeviceId)); in dump()
308 return mDeviceId; in getDeviceId()
312 this.mDeviceId = deviceId; in setDeviceId()
/external/oboe/samples/hello-oboe/src/main/cpp/
DHelloOboeEngine.cpp99 mDeviceId = deviceId; in setDeviceId()
102 mDeviceId = oboe::Unspecified; in setDeviceId()
123 ->setDeviceId(mDeviceId) in createPlaybackStream()
DHelloOboeEngine.h99 int32_t mDeviceId = oboe::Unspecified; variable
/external/oboe/include/oboe/
DAudioStreamBase.h105 int32_t getDeviceId() const { return mDeviceId; } in getDeviceId()
194 int32_t mDeviceId = kUnspecified; variable
DAudioStreamBuilder.h311 mDeviceId = deviceId; in setDeviceId()
/external/angle/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
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DNativeInput.java202 protected int mDeviceId; field in NativeInput.InputEvent
210 return mDeviceId; in getDeviceId()
222 this.mDeviceId = deviceId; in initialize()
725 mDeviceId = parcel.readInt(); in readFromParcel()
766 parcel.writeInt(mDeviceId); in writeToParcel()
/external/oboe/src/opensles/
DAudioStreamOpenSLES.cpp35 mDeviceId = kUnspecified; in AudioStreamOpenSLES()
192 if (mDeviceId != kUnspecified) { in logUnsupportedAttributes()
/external/oboe/src/aaudio/
DAudioStreamAAudio.cpp209 mLibLoader->builder_setDeviceId(aaudioBuilder, mDeviceId); in open()
276 mDeviceId = mLibLoader->stream_getDeviceId(mAAudioStream); in open()