Home
last modified time | relevance | path

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

123456789

/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/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_global_priority_query.adoc22 requested global priority levels to the same internal priority, or using
23 device creation failure to signal that a requested priority is not
40 2) If more than 1 queue using global priority is requested, is there a good
49 that particular queue configuration requested.
DVK_KHR_global_priority.adoc64 2) If more than 1 queue using global priority is requested, is there a good
73 that particular queue configuration 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/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dmemory_reservation_request_count_common.adoc11 {objectnameplural} requested via
Dmemory_reservation_request_count_combined_common.adoc12 {combinedobjectnameplural} requested via
/hardware/interfaces/camera/device/3.7/
DICameraDeviceSession.hal39 * - For requested configurations of streams within the same group, the
44 * stream within a stream group is requested, the camera HAL can either
59 * If the requested stream configuration is invalid. Some examples
69 * for non-NORMAL mode, or the requested operation_mode is not
/hardware/interfaces/broadcastradio/1.0/
DIBroadcastRadio.hal34 * Open a tuner interface for the requested configuration.
42 * INVALID_ARGUMENTS if configuration requested is invalid,
/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/audio/aidl/android/hardware/audio/core/
DIModule.aidl550 AudioPatch setAudioPatch(in AudioPatch requested); in setAudioPatch() argument
590 boolean setAudioPortConfig(in AudioPortConfig requested, out AudioPortConfig suggested); in setAudioPortConfig() argument
/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/audio/7.1/
DIStreamOut.hal26 * Indicates the requested latency mode for this output stream.
28 * The requested mode can be one of the modes returned by
/hardware/interfaces/audio/7.0/
DIStream.hal151 * The implementation should return as many requested parameters
155 * @param keys keys of the requested parameters
160 * Must contain the value of all requested keys if retval == OK
209 * @param minSizeFrames minimum buffer size requested. The actual buffer
215 * INVALID_ARGUMENTS if the requested buffer size is invalid
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIModule.aidl53 ….hardware.audio.core.AudioPatch setAudioPatch(in android.hardware.audio.core.AudioPatch requested); in setAudioPatch() argument
54 …boolean setAudioPortConfig(in android.media.audio.common.AudioPortConfig requested, out android.me… in setAudioPortConfig() argument
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIModule.aidl53 ….hardware.audio.core.AudioPatch setAudioPatch(in android.hardware.audio.core.AudioPatch requested); in setAudioPatch() argument
54 …boolean setAudioPortConfig(in android.media.audio.common.AudioPortConfig requested, out android.me… in setAudioPortConfig() argument
/hardware/interfaces/automotive/can/1.0/
DICanBus.hal45 * Empty filter list means no filtering. If two or more listeners requested
53 * @param filter The set of requested filters
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIModule.aidl53 ….hardware.audio.core.AudioPatch setAudioPatch(in android.hardware.audio.core.AudioPatch requested); in setAudioPatch() argument
54 …boolean setAudioPortConfig(in android.media.audio.common.AudioPortConfig requested, out android.me… in setAudioPortConfig() argument
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_external_memory_win32/
Dget_handle_win32.adoc18 specifying the type of handle requested.

123456789