Home
last modified time | relevance | path

Searched defs:getSupportedOperations (Results 1 – 25 of 85) sorted by relevance

1234

/aosp_15_r20/packages/modules/NeuralNetworks/driver/sample/
DLimitedSupportDevice.cpp132 LimitedSupportDevice::SupportedOperationsFunction getSupportedOperations) { in makeDevice()
184 GeneralResult<std::vector<bool>> LimitedSupportDevice::getSupportedOperations( in getSupportedOperations() function in android::nn::sample::LimitedSupportDevice
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp89 hardware::Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in android::nn::fuzzing_test::TestDriverV1_1
112 hardware::Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in android::nn::fuzzing_test::TestDriverV1_0
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestExecution.cpp484 hardware::Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in android::__anon9b2f40850111::TestDriver12
552 hardware::Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in android::__anon9b2f40850111::TestDriver11
574 hardware::Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in android::__anon9b2f40850111::TestDriver10
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/adapter/aidl/src/
H A DDevice.cpp123 nn::GeneralResult<std::vector<bool>> getSupportedOperations(const nn::IDevice& device, in getSupportedOperations() function
262 ndk::ScopedAStatus Device::getSupportedOperations(const Model& model, in getSupportedOperations() function in aidl::android::hardware::neuralnetworks::adapter::Device
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/aidl/android.hardware.neuralnetworks-V4-ndk-source/gen/android/hardware/neuralnetworks/
DIDevice.cpp453 ::ndk::ScopedAStatus BpDevice::getSupportedOperations(const ::aidl::android::hardware::neuralnetwor… in getSupportedOperations() function in aidl::android::hardware::neuralnetworks::BpDevice
891 ::ndk::ScopedAStatus IDeviceDefault::getSupportedOperations(const ::aidl::android::hardware::neural… in getSupportedOperations() function in aidl::android::hardware::neuralnetworks::IDeviceDefault
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/data/
DUnlockImage.java31 public int getSupportedOperations() { in getSupportedOperations() method in UnlockImage
DCameraShortcutImage.java31 public int getSupportedOperations() { in getSupportedOperations() method in CameraShortcutImage
DEmptyAlbumImage.java31 public int getSupportedOperations() { in getSupportedOperations() method in EmptyAlbumImage
DActionImage.java75 public int getSupportedOperations() { in getSupportedOperations() method in ActionImage
DFilterTypeSet.java121 public int getSupportedOperations() { in getSupportedOperations() method in FilterTypeSet
DClusterAlbum.java122 public int getSupportedOperations() { in getSupportedOperations() method in ClusterAlbum
/aosp_15_r20/packages/modules/NeuralNetworks/driver/sample_aidl/
DSampleDriverAidlFull.cpp46 ndk::ScopedAStatus SampleDriverFull::getSupportedOperations( in getSupportedOperations() function in android::nn::sample_driver_aidl::SampleDriverFull
DSampleDriverAidlPartial.cpp38 ndk::ScopedAStatus SampleDriverPartial::getSupportedOperations( in getSupportedOperations() function in android::nn::sample_driver_aidl::SampleDriverPartial
/aosp_15_r20/external/android-nn-driver/1.0/
H A DArmnnDriver.hpp41 Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in armnn_driver::hal_1_0::ArmnnDriver
/aosp_15_r20/external/android-nn-driver/1.1/
H A DArmnnDriver.hpp44 Return<void> getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in armnn_driver::hal_1_1::ArmnnDriver
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/adapter/hidl/src/
H A DDevice.cpp121 nn::GeneralResult<hidl_vec<bool>> getSupportedOperations(const nn::SharedDevice& device, in getSupportedOperations() function
377 Return<void> Device::getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in android::hardware::neuralnetworks::adapter::Device
/aosp_15_r20/packages/apps/Gallery2/src/com/android/photos/
DSelectionManager.java118 public int getSupportedOperations() { in getSupportedOperations() method in SelectionManager
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/3/android/hardware/neuralnetworks/
H A DIDevice.aidl41 boolean[] getSupportedOperations(in android.hardware.neuralnetworks.Model model); in getSupportedOperations() method
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/
H A DIDevice.aidl41 boolean[] getSupportedOperations(in android.hardware.neuralnetworks.Model model); in getSupportedOperations() method
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/2/android/hardware/neuralnetworks/
H A DIDevice.aidl41 boolean[] getSupportedOperations(in android.hardware.neuralnetworks.Model model); in getSupportedOperations() method
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/
H A DIDevice.aidl41 boolean[] getSupportedOperations(in android.hardware.neuralnetworks.Model model); in getSupportedOperations() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/aidl/android.hardware.neuralnetworks_interface/dump/android/hardware/neuralnetworks/
DIDevice.aidl41 boolean[] getSupportedOperations(in android.hardware.neuralnetworks.Model model); in getSupportedOperations() method
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
H A DIDevice.aidl196 boolean[] getSupportedOperations(in Model model); in getSupportedOperations() method
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/4/android/hardware/neuralnetworks/
H A DIDevice.aidl41 boolean[] getSupportedOperations(in android.hardware.neuralnetworks.Model model); in getSupportedOperations() method
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/common/src/
H A DInvalidDevice.cpp78 nn::GeneralResult<std::vector<bool>> InvalidDevice::getSupportedOperations( in getSupportedOperations() function in android::hardware::neuralnetworks::utils::InvalidDevice

1234