Home
last modified time | relevance | path

Searched refs:getCharacteristics (Results 1 – 22 of 22) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareServiceImpl.java112 public Characteristics getCharacteristics() { in getCharacteristics() method in WifiAwareServiceImpl
245 publishConfig.assertValid(mStateManager.getCharacteristics()); in publish()
265 publishConfig.assertValid(mStateManager.getCharacteristics()); in updatePublish()
290 subscribeConfig.assertValid(mStateManager.getCharacteristics()); in subscribe()
310 subscribeConfig.assertValid(mStateManager.getCharacteristics()); in updateSubscribe()
333 && message.length > mStateManager.getCharacteristics().getMaxServiceNameLength()) { in sendMessage()
DWifiAwareStateManager.java411 public Characteristics getCharacteristics() { in getCharacteristics() method in WifiAwareStateManager
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattServer.java118 List<BluetoothGattCharacteristic> temp_chars = tmp.getCharacteristics();
119 List<BluetoothGattCharacteristic> svc_chars = service.getCharacteristics();
376 for(BluetoothGattCharacteristic charac : svc.getCharacteristics()) { in getCharacteristicByHandle()
390 for(BluetoothGattCharacteristic charac : svc.getCharacteristics()) { in getDescriptorByHandle()
DBluetoothGattService.java328 public List<BluetoothGattCharacteristic> getCharacteristics() { in getCharacteristics() method in BluetoothGattService
DBluetoothGatt.java694 for(BluetoothGattCharacteristic charac : svc.getCharacteristics()) { in getCharacteristicById()
708 for(BluetoothGattCharacteristic charac : svc.getCharacteristics()) { in getDescriptorById()
/frameworks/base/wifi/java/android/net/wifi/aware/
DIWifiAwareManager.aidl38 Characteristics getCharacteristics(); in getCharacteristics() method
DWifiAwareManager.java206 public Characteristics getCharacteristics() { in getCharacteristics() method in WifiAwareManager
208 return mService.getCharacteristics(); in getCharacteristics()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraDeviceInfo.java35 Characteristics getCharacteristics(int cameraId); in getCharacteristics() method
DAndroidCamera2AgentImpl.java529 mCameraProxy.getCharacteristics().getJpegOrientation(msg.arg1) : 0); in handleMessage()
786 getCameraDeviceInfo().getCharacteristics(mCameraIndex);
1009 public CameraDeviceInfo.Characteristics getCharacteristics() { in getCharacteristics() method in AndroidCamera2AgentImpl.AndroidCamera2ProxyImpl
1325 public Characteristics getCharacteristics(int cameraId) { in getCharacteristics() method in AndroidCamera2AgentImpl.AndroidCamera2DeviceInfo
DAndroidCameraAgentImpl.java175 public Characteristics getCharacteristics(int cameraId) { in getCharacteristics() method in AndroidCameraAgentImpl.AndroidCameraDeviceInfo
376 AndroidCameraDeviceInfo.create().getCharacteristics(cameraId); in handleMessage()
793 public CameraDeviceInfo.Characteristics getCharacteristics() { in getCharacteristics() method in AndroidCameraAgentImpl.AndroidCameraProxyImpl
DCameraAgent.java397 public abstract CameraDeviceInfo.Characteristics getCharacteristics(); in getCharacteristics() method in CameraAgent.CameraProxy
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareServiceImplTest.java119 when(mAwareStateManagerMock.getCharacteristics()).thenReturn(getCharacteristics()); in setup()
635 private static Characteristics getCharacteristics() { in getCharacteristics() method in WifiAwareServiceImplTest
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2StillCaptureTest.java233 mStaticInfo.getCharacteristics(), mHandler); in takePictureTestByCamera()
446 try (DngCreator dngCreator = new DngCreator(mStaticInfo.getCharacteristics(), result)) { in fullRawCaptureTestByCamera()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp161 std::shared_ptr<const CameraMetadata> getCharacteristics() const;
215 std::shared_ptr<const CameraMetadata> NativeContext::getCharacteristics() const { in getCharacteristics() function in NativeContext
1058 CameraMetadata characteristics = *(nativeContext->getCharacteristics()); in DngCreator_setup()
2172 if (!validateDngHeader(env, writer, *(context->getCharacteristics()), width, height)) { in DngCreator_nativeWriteImage()
2280 if (!validateDngHeader(env, writer, *(context->getCharacteristics()), width, height)) { in DngCreator_nativeWriteInputStream()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java578 getCharacteristics().get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); in createConstrainedHighSpeedCaptureSession()
1880 getCharacteristics().get(CameraCharacteristics.LENS_INFO_SHADING_MAP_SIZE)); in onResultReceived()
2198 private CameraCharacteristics getCharacteristics() { in getCharacteristics() method in CameraDeviceImpl
/frameworks/base/wifi/tests/src/android/net/wifi/aware/
DWifiAwareManagerTest.java115 mDut.getCharacteristics(); in testGetCharacteristics()
117 verify(mockAwareService).getCharacteristics(); in testGetCharacteristics()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DStaticMetadata.java191 public CameraCharacteristics getCharacteristics() { in getCharacteristics() method in StaticMetadata
/frameworks/base/api/
Dcurrent.txt7841 … method public java.util.List<android.bluetooth.BluetoothGattCharacteristic> getCharacteristics();
26842 method public android.net.wifi.aware.Characteristics getCharacteristics();
Dtest-current.txt7873 … method public java.util.List<android.bluetooth.BluetoothGattCharacteristic> getCharacteristics();
26998 method public android.net.wifi.aware.Characteristics getCharacteristics();
Dsystem-current.txt8320 … method public java.util.List<android.bluetooth.BluetoothGattCharacteristic> getCharacteristics();
29543 method public android.net.wifi.aware.Characteristics getCharacteristics();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6394 … method public java.util.List<android.bluetooth.BluetoothGattCharacteristic> getCharacteristics();
/frameworks/base/config/
Dboot-image-profile.txt23198 HSPLandroid/hardware/camera2/impl/CameraDeviceImpl;->getCharacteristics()Landroid/hardware/camera2/…