Home
last modified time | relevance | path

Searched defs:getDeviceId (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStreamBase.h100 int32_t getDeviceId() const { return mDeviceId; } in getDeviceId() function
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DOboeAudioStream.java188 public int getDeviceId() { in getDeviceId() method in OboeAudioStream
191 public native int getDeviceId(int streamIndex); in getDeviceId() method in OboeAudioStream
DStreamConfiguration.java304 public int getDeviceId() { in getDeviceId() method in StreamConfiguration