Home
last modified time | relevance | path

Searched defs:slots (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/boot/aidl/vts/functional/
DVtsHalBootAidlTargetTest.cpp52 int32_t slots{}; in TEST_P() local
61 int slots = 0; in TEST_P() local
103 int slots = 0; in TEST_P() local
134 int32_t slots = 0; in TEST_P() local
148 int32_t slots = 0; in TEST_P() local
161 int32_t slots = 0; in TEST_P() local
/hardware/interfaces/boot/1.0/vts/functional/
DVtsHalBootV1_0TargetTest.cpp60 uint32_t slots = boot->getNumberSlots(); in TEST_P() local
67 uint32_t slots = boot->getNumberSlots(); in TEST_P() local
112 uint32_t slots = boot->getNumberSlots(); in TEST_P() local
146 uint32_t slots = boot->getNumberSlots(); in TEST_P() local
158 uint32_t slots = boot->getNumberSlots(); in TEST_P() local
167 uint32_t slots = boot->getNumberSlots(); in TEST_P() local
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DValidateRequest.cpp139 const std::vector<int64_t> slots(request.pools.size(), -1); in validate() local
195 const std::vector<int64_t> slots(request.pools.size(), -1); in validate() local
253 const auto test = [&burst, &request](const std::vector<int64_t>& slots) { in validateBurst()
265 std::vector<int64_t> slots; in validateBurst() local
DQualityOfServiceTests.cpp199 const std::vector<int64_t> slots(request.pools.size(), -1); in executeBurst() local
DGeneratedTestHarness.cpp664 std::vector<int64_t> slots; in EvaluatePreparedModel() local
DMemoryDomainTests.cpp985 const std::vector<int64_t> slots(request.pools.size(), -1); in executeBurst() local
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DBurst.cpp92 const hidl_vec<int32_t>& slots, const std::shared_ptr<Burst::MemoryCache>& memoryCache) { in getMemoriesHelper()
215 Return<void> Burst::ExecutionBurstCallback::getMemories(const hidl_vec<int32_t>& slots, in getMemories()
337 std::vector<int32_t> slots; in execute() local
384 std::vector<int32_t> slots; in createReusableExecution() local
DBurstUtils.cpp69 const std::vector<int32_t>& slots) { in serialize()
294 std::vector<int32_t> slots; in deserialize() local
432 const std::vector<int32_t>& slots) { in send()
/hardware/interfaces/neuralnetworks/utils/adapter/hidl/src/
DBurst.cpp70 Burst::MemoryCache::getCacheEntries(const std::vector<int32_t>& slots) { in getCacheEntries()
84 const std::vector<int32_t>& slots) { in ensureCacheEntriesArePresentLocked()
/hardware/nxp/weaver/libese_weaver/inc/
Dweaver_common.h33 uint32_t slots; member
/hardware/interfaces/radio/aidl/compat/service/
Dservice.cpp91 const auto slots = hidl_utils::listManifestByInterface(V1_0::IRadio::descriptor); in main() local
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Dloc_api_sync_call.h60 loc_sync_call_slot_s_type slots[LOC_SYNC_CALL_SLOTS_MAX]; member
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Dloc_api_sync_call.h60 loc_sync_call_slot_s_type slots[LOC_SYNC_CALL_SLOTS_MAX]; member
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Dloc_api_sync_call.h60 loc_sync_call_slot_s_type slots[LOC_SYNC_CALL_SLOTS_MAX]; member
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Dloc_api_sync_call.h60 loc_sync_call_slot_s_type slots[LOC_SYNC_CALL_SLOTS_MAX]; member
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Dloc_api_sync_call.h60 loc_sync_call_slot_s_type slots[LOC_SYNC_CALL_SLOTS_MAX]; member
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateBurst.cpp258 const std::vector<int32_t> slots = callback->getSlots(request.pools, keys); in validateBurstSerialization() local
384 const std::vector<int32_t> slots = callback->getSlots(request.pools, keys); in validateBurstSanitized() local
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DValidateBurst.cpp264 const std::vector<int32_t> slots = callback->getSlots(request.pools, keys); in validateBurstSerialization() local
390 const std::vector<int32_t> slots = callback->getSlots(request.pools, keys); in validateBurstSanitized() local
/hardware/nxp/weaver/libese_weaver/src/
Dweaver-parser-impl.cpp241 uint32_t slots = response.at(SLOT_ID_INDEX) << BYTE3_MSB_POS; in ParseSlotInfo() local