Home
last modified time | relevance | path

Searched refs:one (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/hardware/interfaces/radio/1.0/
DISapCallback.hal23 * @param token Id to match req-resp. Value must match the one in req.
33 * @param token Id to match req-resp. Value must match the one in req.
40 * @param token Id to match req-resp. Value must match the one in req.
48 * @param token Id to match req-resp. Value must match the one in req.
66 * @param token Id to match req-resp. Value must match the one in req.
82 * @param token Id to match req-resp. Value must match the one in req.
97 * @param token Id to match req-resp. Value must match the one in req.
111 * @param token Id to match req-resp. Value must match the one in req.
119 * @param token Id to match req-resp. Value must match the one in req.
135 * @param token Id to match req-resp. Value must match the one in req.
[all …]
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidParser.h150 constexpr int64_t one = 1; in rawMask() local
151 return (one << bitSize) - 1; in rawMask()
159 constexpr int64_t one = 1; in isNegative() local
160 return ((one << (bitSize - 1)) & value) != 0; in isNegative()
/hardware/interfaces/neuralnetworks/1.3/
DIPreparedModelCallback.hal33 * successfully prepared, one of the notify methods must be invoked with
35 * successfully prepared, one of the notify methods must be invoked with the
38 * IDevice::prepareModel is invalid, one of the notify methods must be invoked
48 * - INVALID_ARGUMENT if one of the input arguments to
DIExecutionCallback.hal35 * task is not launched, one of the notify methods must be invoked with the
45 * - OUTPUT_INSUFFICIENT_SIZE if at least one output
48 * - INVALID_ARGUMENT if one of the input arguments to
Dtypes.t161 * Describes one operation of the model's graph.
193 * exactly one operation.
207 * operand of exactly one operation.
232 * The operand is a reference to a subgraph. It must be an input to one
240 * Describes one operand of the model's graph.
297 * (For example, if this operand appears once in one operation's
366 * Each subgraph is referenced by the main subgraph or at least one other
416 * This is a one-to-one correspondence. That is, there must be at most one
417 * prefix corresponding to each extension name and at most one extension
442 * Input indexes of the subgraph. There must be at least one.
[all …]
/hardware/interfaces/memtrack/1.0/
Dtypes.hal26 * Exactly one of these must be set.
33 * Only zero or one of these may be set in a record.
39 * or separate video memory. Only zero or one of these may be set in a record.
44 * memory that is protected. Only zero or one of these may be set in a record.
/hardware/interfaces/graphics/mapper/3.0/
Dtypes.hal67 * Stride describes the distance in bytes from the first value of one row of
73 * chromaStep is the distance in bytes from one chroma pixel value to the
75 * and each chroma value is one byte) and 1 for planar.
/hardware/interfaces/graphics/mapper/2.0/
Dtypes.hal48 * Stride describes the distance in bytes from the first value of one row of
54 * chromaStep is the distance in bytes from one chroma pixel value to the
56 * and each chroma value is one byte) and 1 for planar.
/hardware/google/av/media/eco/
D.clang-format20 # "Constructor initializer lists can be all on one line or with subsequent
24 # first one) have an eight space indentation.
/hardware/interfaces/drm/1.0/
DIDrmPlugin.hal33 * @return status the status of the call. The status must be OK or one of
48 * @return status the status of the call. The status must be OK or one of
78 * @return status the status of the call. The status must be OK or one of
87 * request. The type may be one of INITIAL, RENEWAL or RELEASE. An
112 * @return status the status of the call. The status must be OK or one of
133 * @return status the status of the call. The status must be OK or one of
146 * @return status the status of the call. The status must be OK or one of
162 * @return status the status of the call. The status must be OK or one of
181 * @return status the status of the call. The status must be OK or one of
203 * @return status the status of the call. The status must be OK or one of
[all …]
/hardware/interfaces/camera/device/3.2/
DICameraDeviceCallback.hal38 * Send results from one or more completed or partially completed captures
42 * metadata and low-resolution buffers to be returned in one call, and
45 * metadata or buffers for. Only one call to processCaptureResult
50 * included in one process_capture_result call. A buffer for each stream,
52 * one of the processCaptureResult calls, even in case of errors producing
70 * these results were sent to camera framework one by one, from lower index
120 * require specific timing. Multiple messages may be sent in one call; a
/hardware/interfaces/radio/1.2/
DIRadio.hal26 * All the functions have minimum one parameter:
29 * serial to different methods), multiple responses (one for each method call) must still be served.
72 * Note: As this mechanism generally only constrains reports based on one measured quantity per
131 * - Create one data call context.
134 * - The interface is configured with one or more addresses and is capable of sending and
158 * "192.0.1.11/16", or "2001:db8::1/64". Typically one IPv4 or one IPv6 or one of each. If
/hardware/interfaces/camera/device/3.5/
DICameraDevice.hal55 * @return status Status code for the operation, one of:
85 * The streamList must contain at least one output-capable stream, and may
86 * not contain more than one input-capable stream.
106 * @return Status Status code for the operation, one of:
/hardware/interfaces/gnss/1.1/
DIGnss.hal47 * @param mode Parameter must be one of MS_BASED or STANDALONE. It is allowed by the platform
58 * one second per interval, and must make exactly one call to gnssSvStatusCb(), and either
59 * zero or one call to GnssLocationCb() at each interval. When false, HAL must operate in
/hardware/interfaces/biometrics/fingerprint/2.1/
DIBiometricsFingerprintClientCallback.hal24 * Sent when one enrollment step is complete.
60 * Sent when one template is removed
69 * Sent when one fingerprint template is enumerated
/hardware/interfaces/soundtrigger/2.0/
Dtypes.hal41 /** trigger only if one user in model identified */
43 /** trigger only if one user in mode authenticated */
/hardware/interfaces/camera/device/1.0/
DICameraDeviceCallback.hal36 * @param descriptor A native handle that must have exactly one file
46 * one FD.
100 * This callback can be used to send multiple frames to camera framework in one callback, which
102 * recording. The HAL must not mix use of this method with handleCallbackTimestamp in one
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.t108 // to one of the categories below.
154 * Describes one operation of the model's graph.
190 * Describes one operand of the model's graph.
245 * (For example, if this operand appears once in one operation's
336 * Input indexes of the model. There must be at least one.
343 * Output indexes of the model. There must be at least one.
392 * This is a one-to-one correspondence. That is, there must be at most one
393 * prefix corresponding to each extension name and at most one extension
536 * The location within one of the memory pools passed in the Request.
575 * A {@link @1.0::Request} passes across one or more pools of shared memory
[all …]
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.t73 * exactly one operation.
87 * operand of exactly one operation.
179 * Describes one operand of the model's graph.
230 * (For example, if this operand appears once in one operation's
274 * Describes one operation of the model's graph.
318 * Input indexes of the model. There must be at least one.
325 * Output indexes of the model. There must be at least one.
361 * The location within one of the memory pools passed in the Request.
/hardware/interfaces/wifi/1.4/
DIWifiChipEventCallback.hal39 * Can be one of:
62 * b) Change in operating band of one of the concurrent interfaces (For ex:
/hardware/interfaces/wifi/offload/1.0/
DIOffload.hal78 * of one callback interface is supported. Only one callback must be registered
80 * interface objects, the latest one must be used to deliver events to client.
/hardware/interfaces/radio/config/1.1/
DIRadioConfig.hal31 * All the functions have minimum one parameter:
34 * serial to different methods), multiple responses (one for each method call) must still be served.
54 * @param modem Id the logical modem ID, which should match one of modem IDs returned
/hardware/interfaces/tv/tuner/1.0/
DIDescrambler.hal30 * descrambler. A descrambler instance can have only one source, and
45 * A descrambler instance can have only one key slot to link, but a key
60 * descrambler start to descramble. Multiple PIDs can be added into one
/hardware/interfaces/power/1.1/
Dtypes.hal23 * SoCs like wifi, bt usually have more than one subsystem level sleep state.
57 * SoCs like wifi, bt usually have more than one subsystem level sleep state.
/hardware/interfaces/drm/1.2/
DIDrmPluginListener.hal33 * and opening a new one must allow the application to resume
51 * @param hasNewUsableKey indicates if the event includes at least one

12345678910>>...12