Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 25 of 51) sorted by relevance

123

/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_master.cpp110 fill(begin(cmd2.handles), begin(cmd2.handles) + drm_buffer.num_planes, gem_handle); in CreateFbId()
/hardware/qcom/sdm845/display/libdrmutils/
Ddrm_master.cpp109 fill(begin(cmd2.handles), begin(cmd2.handles) + drm_buffer.num_planes, gem_handle); in CreateFbId()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_master.cpp111 fill(begin(cmd2.handles), begin(cmd2.handles) + drm_buffer.num_planes, gem_handle); in CreateFbId()
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_master.cpp109 fill(begin(cmd2.handles), begin(cmd2.handles) + drm_buffer.num_planes, gem_handle); in CreateFbId()
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_master.cpp110 fill(begin(cmd2.handles), begin(cmd2.handles) + drm_buffer.num_planes, gem_handle); in CreateFbId()
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_master.cpp109 fill(begin(cmd2.handles), begin(cmd2.handles) + drm_buffer.num_planes, *gem_handle); in CreateFbId()
/hardware/interfaces/tests/foo/1.0/default/
DFoo.cpp357 hidl_vec<hidl_handle> handles; in createHandles() local
358 handles.resize(size); in createHandles()
361 handles[i] = h.h; in createHandles()
364 _hidl_cb(handles); in createHandles()
/hardware/interfaces/neuralnetworks/1.2/
DIDevice.hal180 * two types of cache file handles provided to the driver: model cache
181 * and data cache. For more information on the two types of cache handles,
234 * @param modelCache A vector of handles with each entry holding exactly one
238 * handles will be provided in the same order when retrieving the
240 * @param dataCache A vector of handles with each entry holding exactly one
244 * handles will be provided in the same order when retrieving the
277 * two types of cache file handles provided to the driver: model cache
278 * and data cache. For more information on the two types of cache handles,
320 * @param modelCache A vector of handles with each entry holding exactly one
323 * The cache handles will be provided in the same order as with prepareModel_1_2.
[all …]
Dtypes.t127 * buffers, handles, or interfaces.
255 * buffers, handles, or interfaces.
/hardware/interfaces/tv/cec/1.0/vts/functional/
DREADME.md30 Note : atest internally handles building as well. To update the test use '-c' (clear cache) option
/hardware/interfaces/neuralnetworks/1.3/
DIDevice.hal90 * types of cache file handles provided to the driver: model cache and data
91 * cache. For more information on the two types of cache handles, refer to
169 * @param modelCache A vector of handles with each entry holding exactly one
173 * getNumberOfCacheFilesNeeded. The cache handles will be provided in
176 * @param dataCache A vector of handles with each entry holding exactly one
180 * getNumberOfCacheFilesNeeded. The cache handles will be provided in
219 * two types of cache file handles provided to the driver: model cache
220 * and data cache. For more information on the two types of cache handles,
281 * @param modelCache A vector of handles with each entry holding exactly one
284 * The cache handles will be provided in the same order as with prepareModel_1_3.
[all …]
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DConversions.h60 const hardware::hidl_vec<hardware::hidl_handle>& handles);
98 nn::GeneralResult<hidl_vec<hidl_handle>> convert(const std::vector<nn::SharedHandle>& handles);
/hardware/interfaces/automotive/evs/1.0/
DIEvsCameraStream.hal27 * Buffer handles received by this method must be returned via calls to
/hardware/ril/librilutils/proto/
Dsap-api.proto170 message RIL_SIM_SAP_APDU_REQ { //handles both APDU and APDU7816
180 message RIL_SIM_SAP_APDU_RSP { //handles both APDU and APDU7816
/hardware/interfaces/sensors/2.0/vts/functional/
DVtsHalSensorsV2_0TargetTest.cpp257 auto handles = mDirectChannelHandles; in TEST_P() local
271 mDirectChannelHandles = handles; in TEST_P()
/hardware/interfaces/sensors/2.0/
DISensorsCallback.hal44 * @param sensorHandles vector of sensor handles for each dynamic sensors
/hardware/interfaces/media/bufferpool/2.0/
DIConnection.hal20 * A connection to a buffer pool which handles requests from a buffer pool
/hardware/interfaces/media/bufferpool/1.0/
DIConnection.hal20 * A connection to a buffer pool which handles requests from a buffer pool
/hardware/interfaces/graphics/allocator/4.0/
DIAllocator.hal40 * @return buffers Array of raw handles to the allocated buffers.
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DConversions.cpp304 GeneralResult<std::vector<SharedHandle>> convert(const hidl_vec<hidl_handle>& handles) { in convert() argument
305 return validatedConvert(handles); in convert()
579 nn::GeneralResult<hidl_vec<hidl_handle>> convert(const std::vector<nn::SharedHandle>& handles) { in convert() argument
580 return validatedConvert(handles); in convert()
/hardware/interfaces/graphics/allocator/2.0/
DIAllocator.hal47 * @return buffers is an array of raw handles to the newly allocated
/hardware/interfaces/graphics/allocator/3.0/
DIAllocator.hal48 * @return buffers Array of raw handles to the allocated buffers.
/hardware/interfaces/automotive/evs/1.1/
DIEvsCameraStream.hal30 * Buffer handles received by this method must be returned via calls to
/hardware/interfaces/neuralnetworks/utils/common/src/
DCommonUtils.cpp449 hidl_vec<hidl_handle> handles(syncFences.size()); in convertSyncFences() local
455 handles[i] = NN_TRY(hidlHandleFromSharedHandle(*handle)); in convertSyncFences()
457 return handles; in convertSyncFences()
/hardware/interfaces/neuralnetworks/utils/adapter/src/
DPreparedModel.cpp257 const hidl_vec<hidl_handle>& handles) { in convertSyncFences() argument
259 syncFences.reserve(handles.size()); in convertSyncFences()
260 for (const auto& handle : handles) { in convertSyncFences()

123