Home
last modified time | relevance | path

Searched refs:requested (Results 1 – 25 of 104) sorted by relevance

12345

/hardware/libhardware/modules/camera/3_4/metadata/
Dcontrol.h145 T requested; in SupportsRequestValues() local
146 int res = SingleTagValue(metadata, delegate_->tag(), &requested); in SupportsRequestValues()
162 return options_->IsSupported(requested); in SupportsRequestValues()
173 T requested; in SetRequestValues() local
174 int res = SingleTagValue(metadata, delegate_->tag(), &requested); in SetRequestValues()
185 if (options_ && !options_->IsSupported(requested)) { in SetRequestValues()
190 return delegate_->SetValue(requested); in SetRequestValues()
/hardware/interfaces/input/classifier/1.0/default/
Dandroid.hardware.input.classifier@1.0-service.default.rc2 # Must be specified if "disabled" is set. This HAL will only start if requested via getService
6 # will not be restarted if it exits until it is requested to be restarted
8 # will only be started when requested
/hardware/interfaces/camera/device/3.3/
Dtypes.hal25 * The camera HAL's response to each requested stream configuration.
39 * The HAL must respect the requested dataSpace in Stream unless it is
44 * overrideFormat must match the requested format.
/hardware/interfaces/usb/1.0/
DIUsbCallback.hal28 * when caller requested for the PortStatus update through queryPortStatus.
40 * @param portName name of the port for which the roleswap is requested.
41 * @param newRole the new role requested by the caller.
/hardware/interfaces/memtrack/1.0/
DIMemtrack.hal57 * GRAPHICS is requested and not when GL
58 * is requested.
60 * @param pid process for which memory information is requested
61 * @param type memory type that information is being requested about
/hardware/interfaces/bluetooth/a2dp/1.0/
DIBluetoothAudioHost.hal35 * Invoked when the start stream is requested from HAL server
45 * Invoked when the suspend stream is requested from HAL server
54 * Invoked when the stop stream is requested from HAL server
/hardware/interfaces/power/stats/1.0/
DIPowerStats.hal39 * @return data Energy values since boot for all requested rails.
54 * captured. If the requested sampling rate is not supported then
121 * state information is requested. PowerEntity name to ID mapping may
129 * filesystem, INVALID_INPUT if any requested PowerEntity(s) do not
147 * residency data is requested. PowerEntity name to ID mapping may
154 * filesystem, INVALID_INPUT if any requested PowerEntity(s) do not
/hardware/interfaces/wifi/offload/1.0/
DIOffload.hal31 * If OffloadStatusCode::ERROR is returned, requested operation could not be completed
44 * If OffloadStatusCode::ERROR is returned, requested operation could not be completed
45 * If OffloadStatusCode::TIMEOUT is returned, time out waiting for the requested data
63 * If OffloadStatusCode::ERROR is returned, requested operation could not be completed
/hardware/libhardware/modules/sensors/tests/
DSensorEventQueue_test.cpp16 bool checkWritableBufferSize(SensorEventQueue* queue, int requested, int expected) { in checkWritableBufferSize() argument
18 int actual = queue->getWritableRegion(requested, &buffer); in checkWritableBufferSize()
/hardware/interfaces/broadcastradio/1.0/
DIBroadcastRadio.hal34 * Open a tuner interface for the requested configuration.
42 * INVALID_ARGUMENTS if configuration requested is invalid,
/hardware/interfaces/gnss/1.1/
DIGnss.hal45 * the time between fixes, requested fix accuracy, time to first fix.
52 * @param preferredAccuracyMeters Represents the requested fix accuracy in meters.
53 * @param preferredTimeMs Represents the requested time to first fix in milliseconds.
/hardware/interfaces/camera/device/3.4/
DICameraDeviceSession.hal38 * - The requested configuration includes session parameters.
48 * If the requested stream configuration is invalid. Some examples
58 * for non-NORMAL mode, or the requested operation_mode is not
/hardware/interfaces/camera/device/3.5/
DICameraDeviceCallback.hal41 * OK: all requested buffers are returned
50 * This is a blocking call that takes more time with more buffers requested.
/hardware/interfaces/automotive/evs/1.0/
DIEvsDisplay.hal44 * Returns INVALID_ARG if the requested state is not a recognized value.
53 * transiently differ from the most recently requested state. Note, however, that
/hardware/interfaces/audio/4.0/
DIStream.hal215 * The implementation should return as many requested parameters
219 * @param keys keys of the requested parameters
224 * Must contain the value of all requested keys if retval == OK
273 * @param minSizeFrames minimum buffer size requested. The actual buffer
278 * INVALID_ARGUMENTS if the requested buffer size is too large
/hardware/interfaces/audio/6.0/
DIStream.hal217 * The implementation should return as many requested parameters
221 * @param keys keys of the requested parameters
226 * Must contain the value of all requested keys if retval == OK
275 * @param minSizeFrames minimum buffer size requested. The actual buffer
280 * INVALID_ARGUMENTS if the requested buffer size is invalid
/hardware/interfaces/audio/5.0/
DIStream.hal215 * The implementation should return as many requested parameters
219 * @param keys keys of the requested parameters
224 * Must contain the value of all requested keys if retval == OK
273 * @param minSizeFrames minimum buffer size requested. The actual buffer
278 * INVALID_ARGUMENTS if the requested buffer size is too large
/hardware/interfaces/gnss/1.0/
DIAGnssRilCallback.hal24 /** Kinds of SET ID that can be requested */
DIGnss.hal168 * the time between fixes,requested fix accuracy and time to first fix.
175 * @param preferredAccuracyMeters Represents the requested fix accuracy in meters.
176 * @param preferredTimeMs Represents the requested time to first fix in milliseconds.
DIGnssConfiguration.hal94 * This method sets the SUPL version requested by Carrier. The GNSS HAL
97 * @param version SUPL version requested by carrier. This is a bit mask
/hardware/interfaces/camera/device/1.0/
DICameraDevicePreviewCallback.hal69 * The next buffer that is dequeued must match the requested size and
103 * @return count The number of buffers the consumer has requested.
/hardware/interfaces/usb/1.2/
DIUsbCallback.hal31 * when caller requested for the PortStatus update through queryPortStatus.
/hardware/interfaces/usb/1.1/
DIUsbCallback.hal30 * when caller requested for the PortStatus update through queryPortStatus.
/hardware/interfaces/power/1.0/
Dtypes.hal25 * non-zero to indicate VSYNC pulse is now requested, or zero for
26 * VSYNC pulse no longer requested.
/hardware/interfaces/gnss/measurement_corrections/1.0/
DIMeasurementCorrections.hal32 * GNSS Location is being requested at a sufficiently high accuracy, based on the capabilities

12345