Home
last modified time | relevance | path

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

/external/google-cloud-java/java-iot/proto-google-cloud-iot-v1/src/main/java/com/google/cloud/iot/v1/
DUnbindDeviceFromGatewayRequestOrBuilder.java97 java.lang.String getDeviceId(); in getDeviceId() method
DBindDeviceToGatewayRequestOrBuilder.java97 java.lang.String getDeviceId(); in getDeviceId() method
DUnbindDeviceFromGatewayRequest.java201 public java.lang.String getDeviceId() { in getDeviceId() method in UnbindDeviceFromGatewayRequest
875 public java.lang.String getDeviceId() { in getDeviceId() method in UnbindDeviceFromGatewayRequest.Builder
DBindDeviceToGatewayRequest.java200 public java.lang.String getDeviceId() { in getDeviceId() method in BindDeviceToGatewayRequest
873 public java.lang.String getDeviceId() { in getDeviceId() method in BindDeviceToGatewayRequest.Builder
/external/oboe/apps/OboeTester/app/src/main/cpp/
DTestColdStartLatency.h43 int32_t getDeviceId() { in getDeviceId() function
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVirtualSensor.java23 protected int getDeviceId() { in getDeviceId() method in ShadowVirtualSensor
DShadowVirtualDeviceManager.java163 protected int getDeviceId() { in getDeviceId() method in ShadowVirtualDevice
DShadowTelephonyManager.java413 protected String getDeviceId() { in getDeviceId() method in ShadowTelephonyManager
DNativeInput.java218 public int getDeviceId() { in getDeviceId() method in NativeInput.InputEvent
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
DOboeAudioStream.java243 public int getDeviceId() { in getDeviceId() method in OboeAudioStream
246 private native int getDeviceId(int streamIndex); in getDeviceId() method in OboeAudioStream
DBaseAutoGlitchActivity.java73 public int getDeviceId() { in getDeviceId() method in BaseAutoGlitchActivity
DStreamConfiguration.java770 public int getDeviceId() { in getDeviceId() method in StreamConfiguration
/external/oboe/include/oboe/
DAudioStreamBase.h106 int32_t getDeviceId() const { return mDeviceId; } in getDeviceId() function