Home
last modified time | relevance | path

Searched refs:passed (Results 1 – 25 of 218) sorted by relevance

123456789

/hardware/interfaces/thermal/1.0/vts/functional/
DVtsHalThermalV1_0TargetTest.cpp168 hidl_vec<Temperature> passed; in TEST_P() local
171 [&passed](ThermalStatus status, hidl_vec<Temperature> temperatures) { in TEST_P()
173 passed = temperatures; in TEST_P()
176 checkTemperatures(passed); in TEST_P()
183 hidl_vec<CpuUsage> passed; in TEST_P() local
186 [&passed](ThermalStatus status, hidl_vec<CpuUsage> cpuUsages) { in TEST_P()
188 passed = cpuUsages; in TEST_P()
191 checkCpuUsages(passed); in TEST_P()
198 hidl_vec<CoolingDevice> passed; in TEST_P() local
200 thermal_->getCoolingDevices([&passed]( in TEST_P()
[all …]
/hardware/interfaces/contexthub/1.0/
DIContexthubCallback.hal21 * This callback is passed by the Contexthub service to the HAL
31 * This callback is passed by the Contexthub service to the HAL
36 * passed in by the service at start of transacation.
43 * This callback is passed by the Contexthub service to the HAL
53 * This callback is passed by the Contexthub service to the HAL
59 * @param abortCode code passed by the nanoApp.
67 * This callback is passed by the Contexthub service to the HAL
/hardware/interfaces/soundtrigger/2.1/
DISoundTriggerHwCallback.hal55 /** Opaque event data, passed transparently by the framework */
64 * @param cookie The cookie passed by the framework when recognition was
75 * @param cookie The cookie passed by the framework when recognition was
86 * @param cookie The cookie passed by the framework when loading was
DISoundTriggerHw.hal32 * passed to loadSoundModel_2_1() and contains the binary data of the
56 * Configuration for sound trigger capture session passed to
83 * @param cookie The value of the cookie argument passed to the completion
117 * @param cookie The value of the cookie argument passed to the completion
149 * @param cookie The value of the cookie argument passed to the recognition
/hardware/interfaces/boot/1.0/
DIBootControl.hal48 * getNumberSlots() - 1. The value returned here must match the suffix passed
61 * setActiveBootSlot() marks the slot passed in parameter as the active boot
69 * setSlotAsUnbootable() marks the slot passed in parameter as
77 * isSlotBootable() returns if the slot passed in parameter is bootable. Note
86 * isSlotMarkedSucessful() returns if the slot passed in parameter has been
96 * the slot number passed in as a parameter. The bootloader must pass the
/hardware/interfaces/nfc/1.0/
DINfcClientCallback.hal21 * The callback passed in from the NFC stack that the HAL
27 * The callback passed in from the NFC stack that the HAL
/hardware/interfaces/soundtrigger/2.0/
DISoundTriggerHwCallback.hal84 /** Opaque event data, passed transparently by the framework */
94 * @param cookie The cookie passed by the framework when recognition was
104 * @param cookie The cookie passed by the framework when recognition was
113 * @param cookie The cookie passed by the framework when loading was
DISoundTriggerHw.hal66 * passed to loadSoundModel() and contains the binary data of the
109 * Configuration for sound trigger capture session passed to
148 * @param cookie The value of the cookie argument passed to the completion
176 * @param cookie The value of the cookie argument passed to the completion
213 * @param cookie The value of the cookie argument passed to the recognition
/hardware/interfaces/dumpstate/1.0/
DIDumpstateDevice.hal23 * One file descriptor must be passed to this method but two may be passed:
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_present_wait/
Dpresent_wait.adoc34 The pname:presentId passed in that structure may then be passed to a future
/hardware/interfaces/bluetooth/1.0/
DIBluetoothHciCallbacks.hal36 * @param data the ACL HCI packet to be passed to the host stack
42 * @param data the SCO HCI packet to be passed to the host stack
/hardware/interfaces/graphics/composer/2.4/
DIComposerClient.hal98 * The value passed into this function shall be the binary
184 * BAD_DISPLAY when an invalid display handle was passed in.
207 * BAD_DISPLAY when an invalid display handle was passed in.
227 * BAD_DISPLAY when an invalid display handle was passed in.
248 * BAD_DISPLAY when an invalid display handle was passed in.
249 * BAD_CONFIG when the configuration handle passed in is not valid
275 * BAD_DISPLAY when an invalid display handle was passed in.
291 * BAD_DISPLAY when an invalid display handle was passed in.
312 * BAD_DISPLAY when an invalid display handle was passed in.
334 * Retrieves the set of keys that may be passed into setLayerGenericMetadata
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_shader_draw_parameters.adoc36 * code:BaseInstance, containing the pname:firstInstance parameter passed
39 parameter passed to drawing commands, and
78 integer value passed to the parameter to the command that resulted in the
DVK_EXT_validation_flags.adoc21 structure passed as the pname:pCreateInfo parameter of
/hardware/interfaces/media/c2/1.1/
DIComponent.hal41 * buffers are passed directly to the consumer end of a buffer queue whose
42 * producer side is configured with the returned @p sidebandStream passed
63 * be passed to IGraphicBufferProducer::setSidebandStream() to
/hardware/interfaces/graphics/composer/2.2/
DIComposerClient.hal150 * correctly-configured buffer is passed into setReadbackBuffer, filled by
168 * BAD_DISPLAY when an invalid display handle was passed in.
210 * BAD_DISPLAY - an invalid display handle was passed in
253 * HWC2_ERROR_BAD_DISPLAY - an invalid display handle was passed in
265 * format passed into this function is the default format requested by the
311 * BAD_DISPLAY when an invalid display handle was passed in.
334 * BAD_DISPLAY when an invalid display handle was passed in.
347 * BAD_DISPLAY when an invalid display handle was passed in.
364 * BAD_DISPLAY when an invalid display handle was passed in.
365 * BAD_PARAMETER when an invalid color mode was passed in.
[all …]
/hardware/interfaces/radio/deprecated/1.0/
DIOemHook.hal42 * @param data data passed as raw bytes
52 * @param data data passed as strings
/hardware/interfaces/graphics/composer/2.3/
DIComposerClient.hal182 * BAD_DISPLAY when an invalid display handle was passed in.
204 * correctly-configured buffer is passed into setReadbackBuffer, filled by
222 * BAD_DISPLAY when an invalid display handle was passed in.
251 * BAD_DISPLAY when an invalid display handle was passed in.
278 * BAD_DISPLAY when an invalid display was passed in, or
290 /** DisplayedContentSampling values passed to setDisplayedContentSamplingEnabled. */
321 * BAD_DISPLAY when an invalid display handle was passed in,
346 * BAD_DISPLAY when an invalid display was passed in, or
408 * BAD_DISPLAY when an invalid display handle was passed in.
409 * BAD_PARAMETER when an invalid color mode was passed in.
[all …]
/hardware/interfaces/authsecret/1.0/
DIAuthSecret.hal27 * When the primary user is unlocked, this method is passed a secret to
33 * that depends on the primary user's secret. The same secret must be passed
/hardware/interfaces/contexthub/1.2/
DIContexthubCallback.hal23 * This callback is passed by the Contexthub service to the HAL
41 * This callback is passed by the Contexthub service to the HAL
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal107 /** Vsync values passed to setVsyncEnabled. */
260 * format passed into this function is the default format requested by the
296 * BAD_DISPLAY when an invalid display handle was passed in.
297 * BAD_PARAMETER when the display handle which was passed in does
309 * BAD_DISPLAY when an invalid display handle was passed in.
326 * BAD_DISPLAY when an invalid display handle was passed in.
327 * BAD_LAYER when an invalid layer handle was passed in.
342 * BAD_DISPLAY when an invalid display handle was passed in.
365 * BAD_DISPLAY when an invalid display handle was passed in.
383 * BAD_DISPLAY when an invalid display handle was passed in.
[all …]
/hardware/interfaces/tv/tuner/aidl/vts/functional/
DDvrTests.cpp120 bool passed = true; in testRecordOutput() local
126 passed = false; in testRecordOutput()
132 if (passed) ALOGW("[vts] record pass and stop"); in testRecordOutput()
/hardware/google/apf/testdata/
Dlarge_ra_without_counters.output26 Packet passed
/hardware/interfaces/neuralnetworks/1.3/
DIFencedExecutionCallback.hal47 * Unless MeasureTiming::YES was passed when
54 * Unless MeasureTiming::YES was passed when
/hardware/interfaces/nfc/1.1/
DINfcClientCallback.hal24 * The callback passed in from the NFC stack that the HAL

123456789