HomeSort by relevance Sort by last modified time
    Searched refs:characteristics (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
removable_storage_provider_mac.cc 72 base::ScopedCFTypeRef<CFDictionaryRef> characteristics(
80 if (characteristics == NULL) {
81 LOG(ERROR) << "Unable to find device characteristics for " << cf_bsd_name;
86 characteristics, CFSTR(kIOPropertyVendorNameKey));
90 characteristics, CFSTR(kIOPropertyProductNameKey));
  /external/chromium_org/courgette/
types_win_pe.h 28 uint32 characteristics; member in struct:courgette::Section
  /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/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/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
bluetooth_gatt_service_client.cc 26 &characteristics);
fake_bluetooth_gatt_service_client.cc 177 VLOG(2) << "Heart Rate service not visible. Not exposing characteristics.";
191 heart_rate_service_properties_->characteristics.ReplaceValue(char_paths);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
CameraErrorCollector.java 599 * @param characteristics The {@link CameraCharacteristics} to get the key from.
604 public <T> T expectKeyValueNotNull(CameraCharacteristics characteristics,
607 T value = characteristics.get(key);
791 * @param characteristics {@link CameraCharacteristics} to check.
796 CameraCharacteristics characteristics, CameraCharacteristics.Key<T> key, T expected) {
798 if ((value = expectKeyValueNotNull(characteristics, key)) == null) {
808 * @param characteristics {@link CameraCharacteristics} to check.
814 CameraCharacteristics characteristics, CameraCharacteristics.Key<T> key, T min, T max) {
816 if ((value = expectKeyValueNotNull(characteristics, key)) == null) {
825 * @param characteristics {@link CameraCharacteristics} to check
    [all...]
StaticMetadata.java 68 // TODO: Consider making this work across any metadata object, not just camera characteristics
90 * @param characteristics static info for a camera
91 * @throws IllegalArgumentException if characteristics was null
93 public StaticMetadata(CameraCharacteristics characteristics) {
94 this(characteristics, CheckLevel.WARN, /*collector*/null);
104 * @param characteristics static info for a camera
106 * @throws IllegalArgumentException if characteristics or collector was null.
108 public StaticMetadata(CameraCharacteristics characteristics, CameraErrorCollector collector) {
109 this(characteristics, CheckLevel.COLLECT, collector);
120 * @param characteristics static info for a camer
    [all...]
  /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)
  /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/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(
  /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(
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
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...]
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...]
  /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/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/Camera2Video/src/com.example.android.camera2video/
Camera2VideoFragment.java 350 CameraCharacteristics characteristics = manager.getCameraCharacteristics(cameraId); local
351 StreamConfigurationMap map = characteristics
  /external/jpeg/
ltconfig 1097 # PORTME Fill in your ld.so characteristics
1109 echo $ac_n "checking dynamic linker characteristics... $ac_c" 1>&6
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
exportfig.m 8 % parameters that control various characteristics of the output
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 224 self.characteristics = f.uint32()
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
tester.tcl 819 elseif {$n>1 && [string first $z -characteristics]==0} {set dc "-c {$z2}" } \
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 164 different tunnel characteristics.
  /external/blktrace/btreplay/doc/
btreplay.tex 91 \subsection{IO Stream Replay Characteristics}
92 The major characteristics of the IO stream that are kept intact include:

Completed in 542 milliseconds

1 2