HomeSort by relevance Sort by last modified time
    Searched refs:deviceInfo (Results 26 - 31 of 31) sorted by null

12

  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 452 const SkImageInfo deviceInfo = this->imageInfo();
453 if (info.width() == deviceInfo.width() && info.height() == deviceInfo.height()) {
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 460 const SkImageInfo deviceInfo = this->imageInfo();
461 if (info.width() == deviceInfo.width() && info.height() == deviceInfo.height()) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiControlService.java 587 HdmiDeviceInfo deviceInfo = createDeviceInfo(logicalAddress, deviceType,
589 localDevice.setDeviceInfo(deviceInfo);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bthdef.h 437 BTH_DEVICE_INFO deviceInfo;
  /frameworks/native/services/inputflinger/
InputReader.cpp 873 InputDeviceInfo deviceInfo;
874 getDeviceInfo(& deviceInfo);
876 dump.appendFormat(INDENT "Device %d: %s\n", deviceInfo.getId(),
877 deviceInfo.getDisplayName().string());
880 dump.appendFormat(INDENT2 "Sources: 0x%08x\n", deviceInfo.getSources());
881 dump.appendFormat(INDENT2 "KeyboardType: %d\n", deviceInfo.getKeyboardType());
883 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges();
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 862 virtual void populateDeviceInfo(InputDeviceInfo* deviceInfo) {
863 InputMapper::populateDeviceInfo(deviceInfo);
866 deviceInfo->setKeyboardType(mKeyboardType);
    [all...]

Completed in 890 milliseconds

12