Searched refs:memoryIdentifierTokens (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | Burst.cpp | 46 std::vector<int64_t> memoryIdentifierTokens, bool measure, int64_t loopTimeoutDuration, 51 std::vector<int64_t> memoryIdentifierTokens, bool measure, 190 std::vector<int64_t> memoryIdentifierTokens; in execute() local 192 memoryIdentifierTokens.reserve(requestInShared.pools.size()); in execute() 198 memoryIdentifierTokens.push_back(identifier); in execute() 203 memoryIdentifierTokens.push_back(-1); in execute() 205 CHECK_EQ(requestInShared.pools.size(), memoryIdentifierTokens.size()); in execute() 207 return executeInternal(aidlRequest, memoryIdentifierTokens, aidlMeasure, aidlDeadline, in execute() 212 const Request& request, const std::vector<int64_t>& memoryIdentifierTokens, bool measure, in executeInternal() argument 227 const auto ret = kBurst->executeSynchronously(request, memoryIdentifierTokens, measure, in executeInternal() [all …]
|
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/ |
D | IBurst.aidl | 37 …ly(in android.hardware.neuralnetworks.Request request, in long[] memoryIdentifierTokens, in boolea… in executeSynchronously() argument
|
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/ |
D | IBurst.aidl | 37 …ly(in android.hardware.neuralnetworks.Request request, in long[] memoryIdentifierTokens, in boolea… in executeSynchronously() argument
|
/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/ |
D | IBurst.aidl | 102 ExecutionResult executeSynchronously(in Request request, in long[] memoryIdentifierTokens, in executeSynchronously() argument
|
/hardware/interfaces/neuralnetworks/aidl/utils/test/ |
D | MockBurst.h | 31 (const Request& request, const std::vector<int64_t>& memoryIdentifierTokens,
|
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/ |
D | Burst.h | 109 const aidl_hal::Request& request, const std::vector<int64_t>& memoryIdentifierTokens,
|