Searched refs:mCharacteristics (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattService.java78 protected List<BluetoothGattCharacteristic> mCharacteristics; field in class:BluetoothGattService
104 mCharacteristics = new ArrayList<BluetoothGattCharacteristic>();
118 mCharacteristics = new ArrayList<BluetoothGattCharacteristic>();
131 mCharacteristics = new ArrayList<BluetoothGattCharacteristic>();
147 out.writeTypedList(mCharacteristics);
174 mCharacteristics = new ArrayList<BluetoothGattCharacteristic>();
181 mCharacteristics.add(chrc);
233 mCharacteristics.add(characteristic);
243 for(BluetoothGattCharacteristic characteristic : mCharacteristics) {
330 return mCharacteristics;
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraConstrainedHighSpeedCaptureSessionImpl.java50 private final CameraCharacteristics mCharacteristics; field in class:CameraConstrainedHighSpeedCaptureSessionImpl
65 mCharacteristics = characteristics;
81 mCharacteristics.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP);
H A DCameraDeviceImpl.java100 private final CameraCharacteristics mCharacteristics; field in class:CameraDeviceImpl
242 mCharacteristics = characteristics;
252 mCharacteristics.get(CameraCharacteristics.REQUEST_PARTIAL_RESULT_COUNT);
630 mCharacteristics);
1009 StreamConfigurationMap configMap = mCharacteristics.get(
2000 return mCharacteristics;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DStaticMetadata.java75 private final CameraCharacteristics mCharacteristics; field in class:StaticMetadata
181 mCharacteristics = characteristics;
192 return mCharacteristics;
306 Integer value = mCharacteristics.get(CameraCharacteristics.REQUEST_PARTIAL_RESULT_COUNT);
352 int[] availableAfModes = mCharacteristics.get(
401 minFocusDistance = mCharacteristics.get(key);
443 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AE);
456 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AWB);
469 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AF);
891 Integer maxAnalogsensitivity = mCharacteristics
[all...]
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCameraAgentImpl.java51 private CameraDeviceInfo.Characteristics mCharacteristics; field in class:AndroidCameraAgentImpl
375 mCharacteristics =
385 mAgent, cameraId, mCamera, mCharacteristics, mCapabilities);
425 cameraId, mCamera, mCharacteristics, mCapabilities));
523 mCharacteristics.getPreviewOrientation(msg.arg1));
529 msg.arg2 > 0 ? mCharacteristics.getJpegOrientation(msg.arg1) : 0);
762 private final CameraDeviceInfo.Characteristics mCharacteristics; field in class:AndroidCameraAgentImpl.AndroidCameraProxyImpl
774 mCharacteristics = characteristics;
794 return mCharacteristics;
H A DAndroidCamera2AgentImpl.java979 private final CameraDeviceInfo.Characteristics mCharacteristics; field in class:AndroidCamera2AgentImpl.AndroidCamera2ProxyImpl
993 mCharacteristics = characteristics;
1010 return mCharacteristics;
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DRequestThreadManager.java69 private final CameraCharacteristics mCharacteristics; field in class:RequestThreadManager
384 int facing = mCharacteristics.get(CameraCharacteristics.LENS_FACING);
385 int orientation = mCharacteristics.get(CameraCharacteristics.SENSOR_ORIENTATION);
768 LegacyRequest legacyRequest = new LegacyRequest(mCharacteristics,
984 mCharacteristics = checkNotNull(characteristics, "characteristics must not be null");
989 mFaceDetectMapper = new LegacyFaceDetectMapper(mCamera, mCharacteristics);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp188 std::shared_ptr<CameraMetadata> mCharacteristics; member in class:NativeContext
203 mCharacteristics(std::make_shared<CameraMetadata>(characteristics)),
215 return mCharacteristics;

Completed in 572 milliseconds