Searched refs:getCharacteristics (Results 1 - 12 of 12) sorted by relevance

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraDeviceInfo.java35 Characteristics getCharacteristics(int cameraId); method in interface:CameraDeviceInfo
H A DAndroidCamera2AgentImpl.java529 mCameraProxy.getCharacteristics().getJpegOrientation(msg.arg1) : 0);
786 getCameraDeviceInfo().getCharacteristics(mCameraIndex);
1009 public CameraDeviceInfo.Characteristics getCharacteristics() { method in class:AndroidCamera2AgentImpl.AndroidCamera2ProxyImpl
1325 public Characteristics getCharacteristics(int cameraId) { method in class:AndroidCamera2AgentImpl.AndroidCamera2DeviceInfo
H A DAndroidCameraAgentImpl.java175 public Characteristics getCharacteristics(int cameraId) { method in class:AndroidCameraAgentImpl.AndroidCameraDeviceInfo
376 AndroidCameraDeviceInfo.create().getCharacteristics(cameraId);
793 public CameraDeviceInfo.Characteristics getCharacteristics() { method in class:AndroidCameraAgentImpl.AndroidCameraProxyImpl
H A DCameraAgent.java397 public abstract CameraDeviceInfo.Characteristics getCharacteristics(); method in class:CameraAgent.CameraProxy
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattService.java329 public List<BluetoothGattCharacteristic> getCharacteristics() { method in class:BluetoothGattService
338 * without enumerating over the list returned by {@link #getCharacteristics}
H A DBluetoothGatt.java547 for(BluetoothGattCharacteristic charac : svc.getCharacteristics()) {
561 for(BluetoothGattCharacteristic charac : svc.getCharacteristics()) {
H A DBluetoothGattServer.java586 List<BluetoothGattCharacteristic> characteristics = service.getCharacteristics();
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiDevice.java120 = service.getCharacteristics();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2StillCaptureTest.java233 mStaticInfo.getCharacteristics(), mHandler);
446 try (DngCreator dngCreator = new DngCreator(mStaticInfo.getCharacteristics(), result)) {
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java568 getCharacteristics().get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP);
1754 getCharacteristics().get(CameraCharacteristics.LENS_INFO_SHADING_MAP_SIZE));
1999 private CameraCharacteristics getCharacteristics() { method in class:CameraDeviceImpl
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp160 std::shared_ptr<const CameraMetadata> getCharacteristics() const;
214 std::shared_ptr<const CameraMetadata> NativeContext::getCharacteristics() const { function in class:NativeContext
1057 CameraMetadata characteristics = *(nativeContext->getCharacteristics());
2154 if (!validateDngHeader(env, writer, *(context->getCharacteristics()), width, height)) {
2262 if (!validateDngHeader(env, writer, *(context->getCharacteristics()), width, height)) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DStaticMetadata.java191 public CameraCharacteristics getCharacteristics() { method in class:StaticMetadata

Completed in 9830 milliseconds