HomeSort by relevance Sort by last modified time
    Searched refs:getDeviceId (Results 51 - 75 of 226) sorted by null

1 23 4 5 6 7 8 910

  /frameworks/av/media/libaaudio/src/legacy/
AudioStreamRecord.cpp 127 audio_port_handle_t selectedDeviceId = (getDeviceId() == AAUDIO_UNSPECIFIED)
129 : getDeviceId();
AudioStreamTrack.cpp 121 audio_port_handle_t selectedDeviceId = (getDeviceId() == AAUDIO_UNSPECIFIED)
123 : getDeviceId();
  /frameworks/base/core/jni/
android_view_InputEventSender.cpp 119 event->getDeviceId(), event->getSource(), event->getAction(), event->getFlags(),
140 event->getDeviceId(), event->getSource(),
android_media_MicrophoneInfo.cpp 59 jDeviceId = env->NewStringUTF(String8(microphoneInfo->getDeviceId()).string());
android_view_KeyEvent.cpp 64 event->getDeviceId(),
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHardwareManager.java 159 mConnections.put(info.getDeviceId(), connection);
289 String inputId = mHardwareInputIdMap.get(hardwareInfo.getDeviceId());
    [all...]
  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 206 final int deviceId = event.getDeviceId();
342 final int deviceId = event.getDeviceId();
593 final int deviceId = keyEvent.getDeviceId();
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 107 assertEquals(0, mMotionEvent1.getDeviceId());
127 assertEquals(mMotionEvent2.getDeviceId(), mMotionEventDynamic.getDeviceId());
149 assertEquals(DEVICE_ID_1, mMotionEventDynamic.getDeviceId());
265 assertEquals(mMotionEvent2.getDeviceId(), motionEvent.getDeviceId());
    [all...]
  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
CarrierApiTest.java 261 mTelephonyManager.getDeviceId();
262 mTelephonyManager.getDeviceId(mTelephonyManager.getSlotIndex());
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 123 InputDeviceState state = getInputDeviceState(event.getDeviceId());
148 InputDeviceState state = getInputDeviceState(event.getDeviceId());
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityInputFilter.java 214 if (state.updateDeviceId(event.getDeviceId())) {
723 int deviceId = event.getDeviceId();
  /frameworks/native/libs/input/tests/
InputPublisherAndConsumer_test.cpp 105 EXPECT_EQ(deviceId, keyEvent->getDeviceId());
191 EXPECT_EQ(deviceId, motionEvent->getDeviceId());
InputEvent_test.cpp 186 ASSERT_EQ(2, event.getDeviceId());
302 ASSERT_EQ(2, event->getDeviceId());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSubInfoController.java 57 public String getDeviceId(String callingPackage) {
69 mContext, phone.getSubId(), callingPackage, "getDeviceId")) {
72 return phone.getDeviceId();
102 loge("getDeviceId phone is null for Subscription:" + subId);
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
CtsKeyEventUtil.java 176 int deviceId = event.getDeviceId();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTelephonyManager.java 115 public String getDeviceId() {
  /frameworks/av/include/media/
MicrophoneInfo.h 145 String16 getDeviceId() const {
  /frameworks/av/services/oboeservice/
AAudioServiceStreamShared.cpp 189 getSampleRate(), getSamplesPerFrame(), endpoint->getDeviceId());
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiDeviceInfo.java 356 public int getDeviceId() {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneSubInfoControllerTest.java 75 doReturn("353626073736741").when(mPhone).getDeviceId();
76 doReturn("353626073736742").when(mSecondPhone).getDeviceId();
85 doReturn("353626073736741").when(mPhone).getDeviceId();
86 doReturn("353626073736742").when(mSecondPhone).getDeviceId();
95 assertTrue(ex.getMessage().contains("getDeviceId"));
103 assertTrue(ex.getMessage().contains("getDeviceId"));
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java 88 Device.getDeviceId(_context);
  /frameworks/av/media/libaaudio/src/client/
AudioStreamInternal.cpp 107 request.getConfiguration().setDeviceId(getDeviceId());
150 setDeviceId(configurationOutput.getDeviceId());
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
SpecialCharSequenceMgr.java 342 String deviceId = telephonyManager.getDeviceId(slot);
355 telephonyManager.getDeviceId(),
  /prebuilts/gradle-plugin/com/android/tools/fakeadbserver/fakeadbserver/25.4.0-alpha3/
fakeadbserver-25.4.0-alpha3.jar 
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvInputServiceTest.java     [all...]

Completed in 982 milliseconds

1 23 4 5 6 7 8 910