Home
last modified time | relevance | path

Searched refs:specified (Results 1 – 25 of 151) sorted by relevance

1234567

/hardware/interfaces/configstore/1.0/vts/functional/
DVtsHalConfigstoreV1_0TargetTest.cpp58 [&tmp](OptionalInt64 arg) { tmp = arg.specified; }); in TEST_P()
62 [&tmp](OptionalInt64 arg) { tmp = arg.specified; }); in TEST_P()
66 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_P()
70 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_P()
74 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_P()
78 [&tmp](OptionalInt64 arg) { tmp = arg.specified; }); in TEST_P()
82 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_P()
86 [&tmp](OptionalUInt64 arg) { tmp = arg.specified; }); in TEST_P()
90 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_P()
94 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_P()
[all …]
/hardware/interfaces/configstore/1.0/
Dtypes.hal19 bool specified;
24 bool specified;
29 bool specified;
34 bool specified;
39 bool specified;
44 bool specified;
/hardware/interfaces/configstore/1.1/default/
DSurfaceFlingerConfigs.cpp125 bool specified = false; in useVrFlinger() local
128 specified = true; in useVrFlinger()
130 _hidl_cb({specified, value}); in useVrFlinger()
156 bool specified = false; in primaryDisplayOrientation() local
161 specified = true; in primaryDisplayOrientation()
188 _hidl_cb({specified, value}); in primaryDisplayOrientation()
/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h76 ret.specified = false; in decltype()
87 ret.specified = false; in decltype()
108 << (cachedValue.specified ? cachedValue.value : defValue) in decltype()
109 << (cachedValue.specified ? "" : " (default)"); in decltype()
113 return cachedValue.specified ? cachedValue.value : defValue; in decltype()
/hardware/interfaces/neuralnetworks/1.3/
DIBuffer.hal46 * are not fully specified, then the dimensions must be fully specified here. If the
47 * dimensions of the IBuffer object are fully specified, then the dimensions may be empty
48 * here. If dimensions.size() > 0, then all dimensions must be specified here, and any
49 * dimension that was specified in the IBuffer object must have the same value here.
Dtypes.t220 * The operand is a constant that was specified via a Memory
257 * A tensor operand with all dimensions specified has "fully
258 * specified" dimensions. Whenever possible (i.e., whenever the
261 * specified dimensions, in order to enable the best possible
264 * If a tensor operand's dimensions are not fully specified, the
272 * be fully specified:
278 * subgraph. Fully specified dimensions must either be present in the
284 * specified dimensions.
337 * - location.offset is the offset in bytes into the specified pool.
488 * buffer is to be used in the specified role. This is provided as a hint to
/hardware/interfaces/wifi/supplicant/1.2/
DISupplicantP2pIface.hal34 * with the specified configuration.
37 * without group owner negotiation with a specific peer) with the specified SSID,
41 * whose network name and group owner's MAC address matches the specified SSID
43 * group whose network name matches the specified SSID is joined.
56 * If an invalid band or unsupported frequency are specified, it fails.
59 * whose network name matches the specified SSID.
/hardware/interfaces/media/bufferpool/1.0/
Dtypes.hal44 * Buffer ownership status for the specified client.
45 * Buffer transfer status for the specified buffer transafer transaction.
50 /** No longer used by the specified client. */
52 /** Buffer is acquired by the specified client. */
54 /** Buffer is sent by the specified client. */
DIClientManager.hal23 * specified buffer pool(IAccessor).
30 * Sets up a buffer receiving communication node for the specified
34 * @param bufferPool a buffer pool which is specified with the IAccessor.
35 * The specified buffer pool is the owner of received buffers.
DIConnection.hal28 * receiving side of buffer during transferring only when the specified
29 * buffer is neither cached nor used. This fails if the specified
39 * @return buffer The actual buffer which is specified with bufferId.
/hardware/interfaces/media/bufferpool/2.0/
DIClientManager.hal24 * specified buffer pool(IAccessor).
31 * Sets up a buffer receiving communication node for the specified
35 * @param bufferPool a buffer pool which is specified with the IAccessor.
36 * The specified buffer pool is the owner of received buffers.
Dtypes.hal44 * Buffer ownership status for the specified client.
45 * Buffer transfer status for the specified buffer transafer transaction.
50 /** No longer used by the specified client. */
52 /** Buffer is acquired by the specified client. */
54 /** Buffer is sent by the specified client. */
DIConnection.hal28 * receiving side of buffer during transferring only when the specified
29 * buffer is neither cached nor used. This fails if the specified
39 * @return buffer The actual buffer which is specified with bufferId.
/hardware/interfaces/tv/cec/2.0/
Dtypes.hal22 * CEC device type as specified in CEC Table 11-7 of the CEC spec 2.0b.
37 * CEC logical address as specified in CEC Table 11-9 of the CEC spec 2.0b.
62 * The assigned values represent opcode used in CEC frame as specified in
145 * Abort Reason as specified in CEC Table 29 of the CEC spec 1.4b.
171 * The maximum size of body is 14 (MaxLength::MESSAGE_BODY) as specified in
188 * CEC All Device Type Value as specified in Table 11-30 of the CEC spec 2.0b.
212 * CEC Versions as specified in CEC Table 11-30 of the CEC spec 2.0b.
223 * It is specified in CEC Table 11-30 of the CEC spec 2.0b. As a uint32 there
249 * It is specified in CEC Table 11-30 of the CEC spec 2.0b.
262 * It is specified in CEC Table 11-30 of the CEC spec 2.0b.
[all …]
DIHdmiCec.hal28 * HAL must use it to allocate logical address as specified in CEC section
32 * Device Type as specified in CEC Table 11-8 of the CEC spec 2.0b.
134 * It must try retransmission at least once as specified in the section '7.1
200 * Gets the connection status of the specified port.
202 * It's specified in CEC section 10.8 of the CEC spec 2.0b
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.t100 * The operand is a constant that was specified via a Memory
195 * A tensor operand with all dimensions specified has "fully
196 * specified" dimensions. Whenever possible (i.e., whenever the
199 * specified dimensions, in order to enable the best possible
202 * If a tensor operand's dimensions are not fully specified, the
208 * be fully specified:
214 * specified dimensions must either be present in the
220 * specified dimensions.
267 * - location.offset is the offset in bytes into the specified pool.
373 * specified here; and any dimension that was specified in the
[all …]
/hardware/interfaces/bluetooth/1.0/
DIBluetoothHci.hal52 * Send an HCI command (as specified in the Bluetooth Specification
62 * Send an HCI ACL data packet (as specified in the Bluetooth Specification
71 * Send an SCO data packet (as specified in the Bluetooth Specification
/hardware/interfaces/power/stats/1.0/
DIPowerStats.hal117 * Reports the set of power states for which the specified
126 * each specified PowerEntity that provides state space information.
138 * Reports accumulated residency data for each specified PowerEntity.
141 * that a specified PowerEntity resided in each of its possible states,
150 * @return stateResidencyResults state residency data for each specified
/hardware/interfaces/health/storage/1.0/
DIStorage.hal33 * specified timeout, the implementation must call IGarbageCollect.finish
36 * If garbage collection does not finish within the specified timeout,
/hardware/interfaces/radio/1.4/
DIRadio.hal57 * - Support simultaneous data call contexts up to DataRegStateResult.maxDataCalls specified
62 * be established on the specified access network, the setup request must be failed.
118 * call routing if possible or emergency routing. 1) if the 'routing' field is specified as
121 * implementation must use emergency routing to handle the call. 2) if 'routing' is specified
123 * handle the call. 3) if 'routing' is specified as @1.4::EmergencyNumberRouting#UNKNOWN,
126 * If the dialed emergency number does not have a specified emergency service category, the
128 * emergency number does not have specified emergency Uniform Resource Names, the 'urns' field
199 * - Only allow carriers specified in carriers. The restriction persists across power cycles
/hardware/interfaces/automotive/evs/1.0/
DIEvsEnumerator.hal38 * IEvsCamera interface associated with the specified camera. When
47 * Return the specified IEvsCamera interface as no longer in use
69 * Return the specified IEvsDisplay interface as no longer in use
/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
/hardware/interfaces/gnss/1.1/
DIGnssConfiguration.hal35 * Or 0 to blacklist all svid's for the specified constellation
48 * All measurements from the specified satellites, across frequency bands, are blacklisted
/hardware/interfaces/drm/1.0/
DIDrmFactory.hal40 * given media container format specified by mimeType
48 * Create a drm plugin instance for the specified uuid and scheme-specific
/hardware/interfaces/graphics/mapper/2.1/
DIMapper.hal62 * the specified descriptorInfo and stride. This must at least validate
113 * BAD_VALUE when any of the specified attributes is
117 * UNSUPPORTED when any of the specified attributes is

1234567