Home
last modified time | relevance | path

Searched defs:supportedOperations (Results 1 – 20 of 20) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/driver/sample_aidl/
H A DSampleDriverFull.cpp47 const aidl_hal::Model& model, std::vector<bool>* supportedOperations) { in getSupportedOperations()
H A DSampleDriverPartial.cpp39 const aidl_hal::Model& model, std::vector<bool>* supportedOperations) { in getSupportedOperations()
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/src/
H A DCallbacks.cpp42 ErrorStatus status, const hidl_vec<bool>& supportedOperations) { in supportedOperationsCallback()
/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DLimitedSupportDevice.cpp94 const auto supportedOperations = NN_TRY(kSupportedOperationsFunction(model)); in prepareModel() local
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DCallbacks.cpp73 ErrorStatus status, const hidl_vec<bool>& supportedOperations) { in supportedOperationsCallback()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestMemoryDomain.cpp80 TestDriverLatest(const char* name, std::set<V1_3::OperationType> supportedOperations, in TestDriverLatest()
256 std::set<V1_3::OperationType> supportedOperations, in createAndRegisterDriver()
H A DTestPartitioningRandom.cpp600 const hardware::hidl_vec<bool>& supportedOperations) { in prepareModel_1_3()
H A DTestPartitioning.cpp371 const hardware::hidl_vec<bool>& supportedOperations) { in prepareModel_1_3()
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DVtsHalNeuralnetworks.cpp49 std::vector<bool> supportedOperations; in createPreparedModel() local
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DInvalidDevice.cpp106 std::vector<bool>* supportedOperations) { in getSupportedOperations()
H A DDevice.cpp207 std::vector<bool> supportedOperations; in getSupportedOperations() local
/aosp12/packages/apps/Gallery2/src/com/android/photos/
H A DMultiChoiceManager.java133 private void updateActionItemVisibilities(Menu menu, int supportedOperations) { in updateActionItemVisibilities()
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/
H A DShimDevice.cpp477 std::vector<bool>* supportedOperations) { in getSupportedOperations()
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/test/
H A DDeviceTest.cpp316 const auto& supportedOperations = result.value(); in TEST() local
/aosp12/hardware/interfaces/neuralnetworks/1.1/utils/test/
H A DDeviceTest.cpp326 const auto& supportedOperations = result.value(); in TEST() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java774 int supportedOperations = mCurrentPhoto.getSupportedOperations(); in updateMenuOperations() local
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/test/
H A DDeviceTest.cpp506 const auto& supportedOperations = result.value(); in TEST() local
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/test/
H A DDeviceTest.cpp572 const auto& supportedOperations = result.value(); in TEST() local
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/test/
H A DDeviceTest.cpp594 const auto& supportedOperations = result.value(); in TEST() local
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DManager.cpp303 std::vector<bool>& supportedOperations = result.value(); in getSupportedOperations() local