Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareServiceImpl.java155 public Characteristics getCharacteristics() { in getCharacteristics() method in WifiAwareServiceImpl
296 publishConfig.assertValid(mStateManager.getCharacteristics(), in publish()
316 publishConfig.assertValid(mStateManager.getCharacteristics(), in updatePublish()
346 subscribeConfig.assertValid(mStateManager.getCharacteristics(), in subscribe()
366 subscribeConfig.assertValid(mStateManager.getCharacteristics(), in updateSubscribe()
390 > mStateManager.getCharacteristics().getMaxServiceSpecificInfoLength()) { in sendMessage()
DWifiAwareStateManager.java487 public Characteristics getCharacteristics() { in getCharacteristics() method in WifiAwareStateManager
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattServer.java121 List<BluetoothGattCharacteristic> temp_chars = tmp.getCharacteristics();
122 List<BluetoothGattCharacteristic> svc_chars = service.getCharacteristics();
395 for (BluetoothGattCharacteristic charac : svc.getCharacteristics()) { in getCharacteristicByHandle()
411 for (BluetoothGattCharacteristic charac : svc.getCharacteristics()) { in getDescriptorByHandle()
DBluetoothGattService.java346 public List<BluetoothGattCharacteristic> getCharacteristics() { in getCharacteristics() method in BluetoothGattService
DBluetoothGatt.java746 for (BluetoothGattCharacteristic charac : svc.getCharacteristics()) { in getCharacteristicById()
762 for (BluetoothGattCharacteristic charac : svc.getCharacteristics()) { in getDescriptorById()
/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/base/wifi/java/android/net/wifi/aware/
DIWifiAwareManager.aidl38 Characteristics getCharacteristics(); in getCharacteristics() method
DWifiAwareManager.java187 public Characteristics getCharacteristics() { in getCharacteristics() method in WifiAwareManager
189 return mService.getCharacteristics(); in getCharacteristics()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareServiceImplTest.java148 when(mAwareStateManagerMock.getCharacteristics()).thenReturn(getCharacteristics()); in setup()
714 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.cpp163 std::shared_ptr<const CameraMetadata> getCharacteristics() const;
217 std::shared_ptr<const CameraMetadata> NativeContext::getCharacteristics() const { in getCharacteristics() function in NativeContext
1228 CameraMetadata characteristics = *(nativeContext->getCharacteristics()); in DngCreator_setup()
2443 if (!validateDngHeader(env, writer, *(context->getCharacteristics()), width, height)) { in DngCreator_nativeWriteImage()
2551 if (!validateDngHeader(env, writer, *(context->getCharacteristics()), width, height)) { in DngCreator_nativeWriteInputStream()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java701 getCharacteristics().get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); in createCaptureSessionInternal()
1930 getCharacteristics().get(CameraCharacteristics.LENS_INFO_SHADING_MAP_SIZE)); in onResultReceived()
2241 private CameraCharacteristics getCharacteristics() { in getCharacteristics() method in CameraDeviceImpl
/frameworks/base/wifi/tests/src/android/net/wifi/aware/
DWifiAwareManagerTest.java144 mDut.getCharacteristics(); in testGetCharacteristics()
146 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/wifi/api/
Dcurrent.txt652 method public android.net.wifi.aware.Characteristics getCharacteristics();
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt8892 … method public java.util.List<android.bluetooth.BluetoothGattCharacteristic> getCharacteristics();
31732 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();