HomeSort by relevance Sort by last modified time
    Searched defs:characteristics (Results 1 - 15 of 15) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
CameraUtils.java 41 CameraCharacteristics characteristics = local
44 return characteristics.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL) ==
  /external/chromium_org/chromeos/dbus/
bluetooth_gatt_service_client.h 33 // Array of object paths representing the characteristics of this service.
35 dbus::Property<std::vector<dbus::ObjectPath> > characteristics; member in struct:chromeos::BluetoothGattServiceClient::Properties
  /external/chromium_org/courgette/
types_win_pe.h 28 uint32 characteristics; member in struct:courgette::Section
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsTestActivity.java 102 CameraCharacteristics characteristics = manager.getCameraCharacteristics(id); local
103 if (characteristics.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL)
  /external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_service_chromeos.cc 35 // Add all known GATT characteristics.
50 // Clean up all the characteristics. Copy the characteristics list here and
52 // GetCharacteristics() returns no characteristics.
53 CharacteristicMap characteristics = characteristics_; local
55 for (CharacteristicMap::iterator iter = characteristics.begin();
56 iter != characteristics.end(); ++iter) {
94 std::vector<device::BluetoothGattCharacteristic*> characteristics; local
97 characteristics.push_back(iter->second);
99 return characteristics;
    [all...]
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_apitest.cc 145 // Assign characteristics some random properties and permissions. They don't
448 std::vector<BluetoothGattCharacteristic*> characteristics; local
449 characteristics.push_back(chrc0_.get());
450 characteristics.push_back(chrc1_.get());
464 .WillOnce(Return(characteristics));
    [all...]
bluetooth_low_energy_event_router.cc 412 VLOG(1) << "App has no permission to access the characteristics of this "
419 const std::vector<BluetoothGattCharacteristic*>& characteristics = local
422 characteristics.begin();
423 iter != characteristics.end();
1061 const std::vector<BluetoothGattCharacteristic*>& characteristics = local
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DngCreatorTest.java 135 CameraCharacteristics characteristics = mStaticInfo.getCharacteristics(); local
138 DngCreator dngCreator = new DngCreator(characteristics, resultPair.second);
237 CameraCharacteristics characteristics = mStaticInfo.getCharacteristics(); local
240 DngCreator dngCreator = new DngCreator(characteristics, resultPair.second);
360 CameraCharacteristics characteristics = mStaticInfo.getCharacteristics(); local
372 raw.getHeight(), rawPlane, characteristics, local
387 DngCreator dngCreator = new DngCreator(characteristics, resultPair.second);
  /developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java 435 CameraCharacteristics characteristics local
439 if (characteristics.get(CameraCharacteristics.LENS_FACING)
444 StreamConfigurationMap map = characteristics.get(
  /developers/build/prebuilts/gradle/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 350 CameraCharacteristics characteristics = manager.getCameraCharacteristics(cameraId); local
351 StreamConfigurationMap map = characteristics
  /developers/samples/android/media/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java 435 CameraCharacteristics characteristics local
439 if (characteristics.get(CameraCharacteristics.LENS_FACING)
444 StreamConfigurationMap map = characteristics.get(
  /developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 350 CameraCharacteristics characteristics = manager.getCameraCharacteristics(cameraId); local
351 StreamConfigurationMap map = characteristics
  /development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
Camera2BasicFragment.java 408 CameraCharacteristics characteristics local
412 if (characteristics.get(CameraCharacteristics.LENS_FACING)
417 StreamConfigurationMap map = characteristics.get(
  /development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
Camera2VideoFragment.java 350 CameraCharacteristics characteristics = manager.getCameraCharacteristics(cameraId); local
351 StreamConfigurationMap map = characteristics
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 983 milliseconds