HomeSort by relevance Sort by last modified time
    Searched full:deviceid (Results 51 - 75 of 371) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/jni/
android_view_KeyCharacterMap.h 27 extern jobject android_view_KeyCharacterMap_create(JNIEnv* env, int32_t deviceId,
android_view_KeyCharacterMap.cpp 48 NativeKeyCharacterMap(int32_t deviceId, const sp<KeyCharacterMap>& map) :
49 mDeviceId(deviceId), mMap(map) {
69 jobject android_view_KeyCharacterMap_create(JNIEnv* env, int32_t deviceId,
71 NativeKeyCharacterMap* map = new NativeKeyCharacterMap(deviceId,
87 int32_t deviceId = parcel->readInt32();
97 NativeKeyCharacterMap* map = new NativeKeyCharacterMap(deviceId, kcm);
  /frameworks/base/media/java/android/media/tv/
ITvInputServiceCallback.aidl 27 void addHardwareTvInput(in int deviceId, in TvInputInfo inputInfo);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Device.java 96 final String deviceId;
103 deviceId = tm.getDeviceId();
104 if (deviceId == null) {
112 return Utility.getSmallHash(deviceId);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XKBproto.h 109 BYTE deviceID;
160 CARD8 deviceID;
324 CARD8 deviceID;
418 CARD8 deviceID;
459 CARD8 deviceID;
483 CARD8 deviceID;
533 BYTE deviceID;
591 BYTE deviceID;
798 CARD8 deviceID;
853 CARD8 deviceID;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 109 BYTE deviceID;
160 CARD8 deviceID;
324 CARD8 deviceID;
418 CARD8 deviceID;
459 CARD8 deviceID;
483 CARD8 deviceID;
533 BYTE deviceID;
591 BYTE deviceID;
798 CARD8 deviceID;
853 CARD8 deviceID;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdd1394.h 31 UCHAR DeviceId;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaDeviceInfo.cpp 44 String MediaDeviceInfo::deviceId() const
46 return m_webMediaDeviceInfo.deviceId();
  /external/chromium_org/third_party/WebKit/public/platform/
WebMediaDeviceInfo.h 58 BLINK_PLATFORM_EXPORT void initialize(const WebString& deviceId, MediaDeviceKind, const WebString& label, const WebString& groupId);
62 BLINK_PLATFORM_EXPORT WebString deviceId() const;
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_mixer_manager_mac.h 25 int32_t OpenSpeaker(AudioDeviceID deviceID);
26 int32_t OpenMicrophone(AudioDeviceID deviceID);
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
BandwidthTestUtil.java 77 * @param deviceId the device id that is downloading
81 public static String buildDownloadUrl(String server, int size, String deviceId,
83 String downloadUrl = server + "/download?size=" + size + "&device_id=" + deviceId +
121 * @param deviceId {@link String} device id that is uploading
126 public static boolean postFileToServer(String server, String deviceId, String timestamp,
139 new StringPart("device_id", deviceId),
  /frameworks/native/services/inputflinger/
EventHub.cpp 243 InputDeviceIdentifier EventHub::getDeviceIdentifier(int32_t deviceId) const {
245 Device* device = getDeviceLocked(deviceId);
250 uint32_t EventHub::getDeviceClasses(int32_t deviceId) const {
252 Device* device = getDeviceLocked(deviceId);
257 int32_t EventHub::getDeviceControllerNumber(int32_t deviceId) const {
259 Device* device = getDeviceLocked(deviceId);
264 void EventHub::getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const {
266 Device* device = getDeviceLocked(deviceId);
274 status_t EventHub::getAbsoluteAxisInfo(int32_t deviceId, int axis,
281 Device* device = getDeviceLocked(deviceId);
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DngCreatorTest.java 80 String deviceId = mCameraIds[i];
85 openDevice(deviceId);
123 String filePath = DEBUG_FILE_NAME_BASE + "camera_" + deviceId + "_" +
130 Log.v(TAG, "Test DNG file for camera " + deviceId + " saved to " + filePath);
133 closeDevice(deviceId);
164 String deviceId = mCameraIds[i];
171 openDevice(deviceId);
234 String filePath = DEBUG_FILE_NAME_BASE + "camera_" + deviceId + "_" +
241 Log.v(TAG, "Test DNG file for camera " + deviceId + " saved to " + filePath);
244 closeDevice(deviceId);
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubbies.js 72 var deviceId = Number(dev);
73 this.openDevs_[namespace][deviceId].destroy();
108 var deviceId = deviceToDeviceId(devs[i]);
109 deviceIds.push(deviceId);
110 presentDevs[deviceId.device] = devs[i];
188 var deviceId = Number(dev);
189 console.warn(namespace + ' device ' + deviceId +
191 this.openDevs_[namespace][deviceId].destroy();
300 var deviceId = Number(devId);
301 var dev = this.openDevs_[namespace][deviceId];
    [all...]
  /frameworks/native/libs/input/
InputTransport.cpp 241 int32_t deviceId,
252 ALOGD("channel '%s' publisher ~ publishKeyEvent: seq=%u, deviceId=%d, source=0x%x, "
256 deviceId, source, action, flags, keyCode, scanCode, metaState, repeatCount,
268 msg.body.key.deviceId = deviceId;
283 int32_t deviceId,
300 ALOGD("channel '%s' publisher ~ publishMotionEvent: seq=%u, deviceId=%d, source=0x%x, "
306 deviceId, source, action, flags, edgeFlags, metaState, buttonState,
324 msg.body.motion.deviceId = deviceId;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 156 private InputDeviceState getInputDeviceState(int deviceId) {
157 InputDeviceState state = mInputDeviceStates.get(deviceId);
159 final InputDevice device = mInputManager.getInputDevice(deviceId);
164 mInputDeviceStates.put(deviceId, state);
172 public void onInputDeviceAdded(int deviceId) {
173 InputDeviceState state = getInputDeviceState(deviceId);
179 public void onInputDeviceChanged(int deviceId) {
180 InputDeviceState state = mInputDeviceStates.get(deviceId);
182 mInputDeviceStates.remove(deviceId);
183 state = getInputDeviceState(deviceId);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id_linux.cc 25 using extensions::api::DeviceId;
86 LOG(ERROR) << " DeviceID=" << it->first.value() << ", uuid="
171 const DeviceId::IdCallback& callback) {
194 void DeviceId::GetRawDeviceId(const IdCallback& callback) {
201 base::Bind(DeviceId::IsValidMacAddress),
device_id_win.cc 33 using extensions::api::DeviceId;
163 const DeviceId::IdCallback& callback) {
194 void GetMacAddressCallback(const DeviceId::IdCallback& callback,
212 void DeviceId::GetRawDeviceId(const IdCallback& callback) {
219 base::Bind(DeviceId::IsValidMacAddress),
  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 202 final int deviceId = event.getDeviceId();
207 KeyState state = findKeyState(deviceId, source, keyCode, /*remove*/ false);
221 addKeyState(deviceId, source, keyCode);
226 KeyState state = findKeyState(deviceId, source, keyCode, /*remove*/ true);
338 final int deviceId = event.getDeviceId();
342 && (mTouchEventStreamDeviceId != deviceId
347 + ", new device id " + deviceId
350 mTouchEventStreamDeviceId = deviceId;
531 final int deviceId = keyEvent.getDeviceId();
534 final KeyState state = findKeyState(deviceId, source, keyCode, /*remove*/ false)
    [all...]
  /frameworks/native/include/input/
KeyCharacterMap.h 120 bool getEvents(int32_t deviceId, const char16_t* chars, size_t numChars,
235 int32_t deviceId, int32_t keyCode, int32_t metaState, bool down, nsecs_t time);
237 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
240 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
244 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
250 int32_t deviceId, int32_t metaState, nsecs_t time,
  /frameworks/native/libs/input/tests/
InputPublisherAndConsumer_test.cpp 74 const int32_t deviceId = 1;
85 status = mPublisher->publishKeyEvent(seq, deviceId, source, action, flags,
103 EXPECT_EQ(deviceId, keyEvent->getDeviceId());
133 const int32_t deviceId = 1;
166 status = mPublisher->publishMotionEvent(seq, deviceId, source, action, flags, edgeFlags,
186 EXPECT_EQ(deviceId, motionEvent->getDeviceId());
  /external/chromium_org/chrome/browser/chromeos/events/
xinput_hierarchy_changed_event_listener.cc 31 DeviceAdded(info->deviceid));
37 DeviceRemoved(info->deviceid));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDIL7XXDevice.cpp 55 uint32_t AMDGPU7XXDevice::getResourceID(uint32_t DeviceID) const
57 switch (DeviceID) {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDIL7XXDevice.cpp 55 uint32_t AMDGPU7XXDevice::getResourceID(uint32_t DeviceID) const
57 switch (DeviceID) {
  /frameworks/base/core/java/android/hardware/hdmi/
IHdmiControlService.aidl 47 void deviceSelect(int deviceId, IHdmiControlCallback callback);
65 void sendStandby(int deviceType, int deviceId);

Completed in 1768 milliseconds

1 23 4 5 6 7 8 91011>>