Home
last modified time | relevance | path

Searched refs:mCharacteristics (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DCharacteristics.java66 private final Bundle mCharacteristics; field in Characteristics
70 mCharacteristics = characteristics; in Characteristics()
81 return mCharacteristics.getInt(KEY_MAX_SERVICE_NAME_LENGTH); in getMaxServiceNameLength()
96 return mCharacteristics.getInt(KEY_MAX_SERVICE_SPECIFIC_INFO_LENGTH); in getMaxServiceSpecificInfoLength()
108 return mCharacteristics.getInt(KEY_MAX_MATCH_FILTER_LENGTH); in getMaxMatchFilterLength()
118 return mCharacteristics.getInt(KEY_MAX_NDI_NUMBER); in getNumberOfSupportedDataInterfaces()
130 return mCharacteristics.getInt(KEY_MAX_PUBLISH_NUMBER); in getNumberOfSupportedPublishSessions()
142 return mCharacteristics.getInt(KEY_MAX_SUBSCRIBE_NUMBER); in getNumberOfSupportedSubscribeSessions()
155 return mCharacteristics.getInt(KEY_MAX_NDP_NUMBER); in getNumberOfSupportedDataPaths()
168 return mCharacteristics.getBoolean(KEY_IS_INSTANT_COMMUNICATION_MODE_SUPPORTED); in isInstantCommunicationModeSupported()
[all …]
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattService.java80 protected List<BluetoothGattCharacteristic> mCharacteristics; field in BluetoothGattService
101 mCharacteristics = new ArrayList<BluetoothGattCharacteristic>(); in BluetoothGattService()
116 mCharacteristics = new ArrayList<BluetoothGattCharacteristic>(); in BluetoothGattService()
130 mCharacteristics = new ArrayList<BluetoothGattCharacteristic>(); in BluetoothGattService()
144 out.writeTypedList(mCharacteristics); in writeToParcel()
171 mCharacteristics = new ArrayList<BluetoothGattCharacteristic>(); in BluetoothGattService()
178 mCharacteristics.add(chrc); in BluetoothGattService()
233 mCharacteristics.add(characteristic); in addCharacteristic()
244 for (BluetoothGattCharacteristic characteristic : mCharacteristics) { in getCharacteristic()
332 return mCharacteristics; in getCharacteristics()
[all …]
/packages/apps/Camera2/src/com/android/camera/one/
DCameraDirectionProvider.java26 private final CameraCharacteristics mCharacteristics; field in CameraDirectionProvider
29 mCharacteristics = characteristics; in CameraDirectionProvider()
33 switch (mCharacteristics.get(CameraCharacteristics.LENS_FACING)) { in getDirection()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java149 private Map<Integer, BluetoothGattCharacteristic> mCharacteristics = new HashMap<>(); field in MediaControlGattService
394 mCharacteristics.get(CharId.PLAYING_ORDER_SUPPORTED);
676 .equals(mCharacteristics.get(CharId.TRACK_POSITION).getUuid())) { in onAuthorizedGattOperation()
946 mCharacteristics
1460 mCharacteristics.put(desc.id, myChar); in initGattService()
1521 BluetoothGattCharacteristic stateChar = mCharacteristics.get(CharId.MEDIA_STATE); in getMediaStateChar()
1538 BluetoothGattCharacteristic stateChar = mCharacteristics.get(CharId.MEDIA_STATE); in updateMediaStateChar()
1556 mCharacteristics.get(CharId.FromFeature(feature)), objectIdValue, null, notify); in updateObjectID()
1577 mCharacteristics.get(CharId.MEDIA_CONTROL_POINT); in setMediaControlRequestResult()
1589 mCharacteristics.get(CharId.SEARCH_CONTROL_POINT); in setSearchRequestResult()
[all …]
/packages/apps/Camera2/src/com/android/camera/one/v2/
DOneCameraImpl.java266 private final CameraCharacteristics mCharacteristics; field in OneCameraImpl
321 mCharacteristics = characteristics; in OneCameraImpl()
402 CameraUtil.getJpegRotation(params.orientation, mCharacteristics)); in takePictureNow()
454 StreamConfigurationMap config = mCharacteristics in getSupportedPreviewSizes()
699 int sensorOrientation = mCharacteristics.get( in triggerFocusAndMeterAtPoint()
711 return mCharacteristics.get(CameraCharacteristics.SCALER_AVAILABLE_MAX_DIGITAL_ZOOM); in getMaxZoom()
741 return AutoFocusHelper.cropRegionForZoom(mCharacteristics, zoom); in cropRegionForZoom()
777 mCharacteristics, dngFile); in onCaptureCompleted()
856 mCharacteristics.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); in getDefaultPictureSize()
DOneCameraZslImpl.java155 private final CameraCharacteristics mCharacteristics; field in OneCameraZslImpl
298 mCharacteristics = characteristics; in OneCameraZslImpl()
301 mDirection = new CameraDirectionProvider(mCharacteristics); in OneCameraZslImpl()
392 mCharacteristics.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); in getDefaultPictureSize()
597 mCharacteristics.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); in getSupportedPreviewSizes()
614 int degrees = CameraUtil.getJpegRotation(captureParams.orientation, mCharacteristics); in savePicture()
825 CameraUtil.getJpegRotation(params.orientation, mCharacteristics)); in sendSingleRequest()
1084 int sensorOrientation = mCharacteristics.get( in triggerFocusAndMeterAtPoint()
1106 return mCharacteristics.get(CameraCharacteristics.SCALER_AVAILABLE_MAX_DIGITAL_ZOOM); in getMaxZoom()
1117 return AutoFocusHelper.cropRegionForZoom(mCharacteristics, zoom); in cropRegionForZoom()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java372 private volatile Characteristics mCharacteristics = null; field in WifiAwareStateManager
900 if (mCharacteristics == null && mCapabilities != null) { in getCharacteristics()
901 mCharacteristics = mCapabilities.toPublicCharacteristics( in getCharacteristics()
905 return mCharacteristics; in getCharacteristics()
4783 mCharacteristics = null; in onCapabilitiesUpdatedResponseLocal()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt788 field protected java.util.List<android.bluetooth.BluetoothGattCharacteristic> mCharacteristics;
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt41 Landroid/net/wifi/aware/Characteristics;->mCharacteristics:Landroid/os/Bundle;