HomeSort by relevance Sort by last modified time
    Searched full:characteristics (Results 26 - 50 of 842) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Camera2/src_pd/com/android/camera/one/v2/
OneCameraCreator.java 30 CameraCharacteristics characteristics, Size pictureSize, int maxMemoryMB,
33 return new OneCameraImpl(device, characteristics, pictureSize);
  /external/chromium_org/device/bluetooth/
bluetooth_gatt_characteristic.h 27 // 1. To represent GATT characteristics that belong to a service hosted by a
30 // 2. To represent GATT characteristics that belong to a locally hosted
116 // different from the characteristic UUID: while multiple characteristics with
118 // this method is unique among all characteristics of a device. The contents
129 // Returns the value of the characteristic. For remote characteristics, this
130 // is the most recently cached value. For local characteristics, this is the
159 // characteristics and won't have an effect if this instance represents a
164 // For locally hosted characteristics, updates the characteristic's value.
172 // This method only makes sense for local characteristics and does nothing and
193 // only applies to remote characteristics and will fail for those that ar
    [all...]
bluetooth_gatt_chromeos_unittest.cc 577 // characteristics.
592 // Run the message loop so that the characteristics appear.
595 // 3 characteristics should appear. Only 1 of the characteristics sends
605 // Hide the characteristics. 3 removed signals should be received.
613 // Re-expose the heart rate characteristics. We shouldn't get another
615 // discovery is done. On the bluetoothd side, characteristics will be removed
626 // Hide the service. All characteristics should disappear.
645 // characteristics.
660 // Run the message loop so that the characteristics appear
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntimage.h 80 ULONG Characteristics;
176 ULONG Characteristics;
210 ULONG Characteristics;
214 // Section Characteristics
242 USHORT Characteristics;
246 // File Characteristics
425 // Dll Characteristics
515 ULONG Characteristics;
524 ULONG Characteristics;
547 ULONG Characteristics;
    [all...]
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 49 YAMLObj.Header.Characteristics = Header->Characteristics;
58 uint32_t Characteristics = Sect->Characteristics;
59 Sec.Header.Characteristics = Characteristics;
60 Sec.Alignment = 1 << (((Characteristics >> 20) & 0xf) - 1);
107 YAMLWE.Characteristics = ObjWE->Characteristics;
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyFaceDetectMapper.java 68 * @param characteristics a non-{@code null} camera characteristics for that camera1
72 public LegacyFaceDetectMapper(Camera camera, CameraCharacteristics characteristics) {
74 checkNotNull(characteristics, "characteristics must not be null");
77 characteristics.get(
231 CameraCharacteristics characteristics = legacyRequest.characteristics; local
236 Rect activeArray = characteristics.get(CameraCharacteristics.SENSOR_INFO_ACTIVE_ARRAY_SIZE);
  /external/llvm/test/Object/Inputs/COFF/
x86-64.yaml 8 Characteristics: [IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ, ] # 0x60500020
30 Characteristics: [IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ, IMAGE_SCN_MEM_WRITE, ] # 0xc0100040
35 Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ]
  /external/chromium_org/content/common/
gamepad_hardware_buffer.h 17 state (renderers and NaCl plugins). The performance characteristics are that
shared_memory_seqlock_buffer.h 14 // i.e. the renderers. The performance characteristics are that
  /external/chromium_org/third_party/tcmalloc/vendor/m4/
compiler_characteristics.m4 1 # Check compiler characteristics (e.g. type sizes, PRIxx macros, ...)
  /external/genext2fs/
configure.in 26 # Checks for typedefs, structures, and compiler characteristics.
  /hardware/libhardware/modules/camera/
Camera.h 55 // Initialize static camera characteristics for individual device
91 // Metadata containing persistent camera characteristics
93 // camera_metadata structure containing static characteristics
103 // Lock protecting only static camera characteristics, which may
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_LOAD_IMAGE.h 31 ULONG Characteristics;
  /external/llvm/test/MC/COFF/
align-nops.s 27 //CHECK-NEXT: Characteristics [ (0x60400020)
46 //CHECK-NEXT: Characteristics [ (0xC0400040)
seh-align1.s 10 // CHECK: Characteristics [
25 // CHECK: Characteristics [
  /external/llvm/include/llvm/Object/
COFFYAML.h 24 inline Characteristics operator|(Characteristics a, Characteristics b) {
26 return static_cast<Characteristics>(Ret);
134 struct ScalarBitSetTraits<COFF::Characteristics> {
135 static void bitset(IO &IO, COFF::Characteristics &Value);
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattService.java 73 * List of characteristics included in this service.
143 * @param characteristic The characteristics to be added
239 * Returns a list of characteristics included in this service.
241 * @return Characteristics included in this service
249 * characteristics offered by this service.
255 * <p>If a remote service offers multiple characteristics with the same
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraManagerImpl.java 111 CameraCharacteristics characteristics = mCameraManager
115 characteristics, pictureSize, mMaxMemoryMB, mDisplayMetrics,
119 Log.d(TAG, "Could not get camera characteristics");
184 CameraCharacteristics characteristics = mCameraManager local
186 if (characteristics.get(CameraCharacteristics.LENS_FACING) == facing) {
  /external/llvm/docs/
yaml2obj.rst 25 Characteristics: [ IMAGE_SCN_CNT_CODE
87 Characteristics:
114 Characteristics:
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
CameraUtils.java 41 CameraCharacteristics characteristics = local
44 return characteristics.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL) ==
  /frameworks/base/docs/html/google/play/
dist.jd 7 characteristics like platform version.
18 Make sure your app gets to the right users by filtering on a wide range of characteristics
  /frameworks/base/docs/html/training/keyboard-input/
index.jd 23 To provide the best user experience, you can specify characteristics
40 addresses, or other formats. Also learn how to specify characteristics such
  /device/lge/mako/camera/
configure.ac 24 # Checks for typedefs, structures, and compiler characteristics.
  /external/chromium_org/components/metrics/
README 19 log with hardware characteristics, plugin state, etc.).
cloned_install_detector.h 33 // 24-bit value based off of machine characteristics. This value should never

Completed in 3241 milliseconds

12 3 4 5 6 7 8 91011>>