Searched refs:mCharacteristics (Results 1 – 6 of 6) sorted by relevance
49 private Bundle mCharacteristics = new Bundle(); field in Characteristics53 mCharacteristics = characteristics; in Characteristics()64 return mCharacteristics.getInt(KEY_MAX_SERVICE_NAME_LENGTH); in getMaxServiceNameLength()79 return mCharacteristics.getInt(KEY_MAX_SERVICE_SPECIFIC_INFO_LENGTH); in getMaxServiceSpecificInfoLength()91 return mCharacteristics.getInt(KEY_MAX_MATCH_FILTER_LENGTH); in getMaxMatchFilterLength()104 return mCharacteristics.getBoolean(KEY_IS_INSTANT_COMMUNICATION_MODE_SUPPORTED); in isInstantCommunicationModeSupported()133 return mCharacteristics.getInt(KEY_SUPPORTED_CIPHER_SUITES); in getSupportedCipherSuites()138 dest.writeBundle(mCharacteristics); in writeToParcel()
26 private final CameraCharacteristics mCharacteristics; field in CameraDirectionProvider29 mCharacteristics = characteristics; in CameraDirectionProvider()33 switch (mCharacteristics.get(CameraCharacteristics.LENS_FACING)) { in getDirection()
266 private final CameraCharacteristics mCharacteristics; field in OneCameraImpl321 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()
155 private final CameraCharacteristics mCharacteristics; field in OneCameraZslImpl298 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()
226 private volatile Characteristics mCharacteristics = null; field in WifiAwareStateManager582 if (mCharacteristics == null && mCapabilities != null) { in getCharacteristics()583 mCharacteristics = mCapabilities.toPublicCharacteristics(); in getCharacteristics()586 return mCharacteristics; in getCharacteristics()3108 mCharacteristics = null; in onCapabilitiesUpdatedResponseLocal()
41 Landroid/net/wifi/aware/Characteristics;->mCharacteristics:Landroid/os/Bundle;