/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/aidl/android.hardware.neuralnetworks-V4-ndk-source/gen/include/aidl/android/hardware/neuralnetworks/ |
D | BnBurst.h | 54 …::ndk::ScopedAStatus executeSynchronouslyWithConfig(const ::aidl::android::hardware::neuralnetwork… in executeSynchronouslyWithConfig() function 55 …return _impl->executeSynchronouslyWithConfig(in_request, in_memoryIdentifierTokens, in_config, in_… in executeSynchronouslyWithConfig()
|
D | IBurst.h | 55 …virtual ::ndk::ScopedAStatus executeSynchronouslyWithConfig(const ::aidl::android::hardware::neura… 65 …::ndk::ScopedAStatus executeSynchronouslyWithConfig(const ::aidl::android::hardware::neuralnetwork…
|
D | BnPreparedModel.h | 60 …::ndk::ScopedAStatus executeSynchronouslyWithConfig(const ::aidl::android::hardware::neuralnetwork… in executeSynchronouslyWithConfig() function 61 … return _impl->executeSynchronouslyWithConfig(in_request, in_config, in_deadlineNs, _aidl_return); in executeSynchronouslyWithConfig()
|
D | IPreparedModel.h | 68 …virtual ::ndk::ScopedAStatus executeSynchronouslyWithConfig(const ::aidl::android::hardware::neura… 81 …::ndk::ScopedAStatus executeSynchronouslyWithConfig(const ::aidl::android::hardware::neuralnetwork…
|
D | BpBurst.h | 26 …::ndk::ScopedAStatus executeSynchronouslyWithConfig(const ::aidl::android::hardware::neuralnetwork…
|
D | BpPreparedModel.h | 28 …::ndk::ScopedAStatus executeSynchronouslyWithConfig(const ::aidl::android::hardware::neuralnetwork…
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/aidl/android.hardware.neuralnetworks-V4-ndk-source/gen/android/hardware/neuralnetworks/ |
D | IBurst.cpp | 92 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->executeSynchronouslyWithConfig(in_request, in_memo… in _aidl_android_hardware_neuralnetworks_IBurst_onTransact() 230 ::ndk::ScopedAStatus BpBurst::executeSynchronouslyWithConfig(const ::aidl::android::hardware::neura… in executeSynchronouslyWithConfig() function in aidl::android::hardware::neuralnetworks::BpBurst 262 …_aidl_status = IBurst::getDefaultImpl()->executeSynchronouslyWithConfig(in_request, in_memoryIdent… in executeSynchronouslyWithConfig() 443 ::ndk::ScopedAStatus IBurstDefault::executeSynchronouslyWithConfig(const ::aidl::android::hardware:… in executeSynchronouslyWithConfig() function in aidl::android::hardware::neuralnetworks::IBurstDefault
|
D | IPreparedModel.cpp | 153 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->executeSynchronouslyWithConfig(in_request, in_conf… in _aidl_android_hardware_neuralnetworks_IPreparedModel_onTransact() 420 ::ndk::ScopedAStatus BpPreparedModel::executeSynchronouslyWithConfig(const ::aidl::android::hardwar… in executeSynchronouslyWithConfig() function in aidl::android::hardware::neuralnetworks::BpPreparedModel 449 …_aidl_status = IPreparedModel::getDefaultImpl()->executeSynchronouslyWithConfig(in_request, in_con… in executeSynchronouslyWithConfig() 692 ::ndk::ScopedAStatus IPreparedModelDefault::executeSynchronouslyWithConfig(const ::aidl::android::h… in executeSynchronouslyWithConfig() function in aidl::android::hardware::neuralnetworks::IPreparedModelDefault
|
/aosp_15_r20/packages/modules/NeuralNetworks/shim_and_sl/ |
D | ShimPreparedModel.cpp | 433 ::ndk::ScopedAStatus ShimPreparedModel::executeSynchronouslyWithConfig( in executeSynchronouslyWithConfig() function in aidl::android::hardware::neuralnetworks::ShimPreparedModel 461 ndk::ScopedAStatus executeSynchronouslyWithConfig( 508 ndk::ScopedAStatus ShimBurst::executeSynchronouslyWithConfig( in executeSynchronouslyWithConfig() function in aidl::android::hardware::neuralnetworks::ShimBurst 528 return kPreparedModel->executeSynchronouslyWithConfig(request, config, deadlineNs, in executeSynchronouslyWithConfig()
|
/aosp_15_r20/packages/modules/NeuralNetworks/driver/sample_aidl/ |
D | SampleDriverAidl.h | 126 ndk::ScopedAStatus executeSynchronouslyWithConfig( 180 ndk::ScopedAStatus executeSynchronouslyWithConfig(
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
H A D | ValidateRequest.cpp | 163 const auto executeStatus = preparedModel->executeSynchronouslyWithConfig( in validate() 198 const auto executeStatus = burst->executeSynchronouslyWithConfig( in validate()
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/utils/test/ |
H A D | PreparedModelTest.cpp | 542 EXPECT_CALL(*mockPreparedModel, executeSynchronouslyWithConfig(_, _, _, _)) in TEST_P() 561 EXPECT_CALL(*mockPreparedModel, executeSynchronouslyWithConfig(_, _, _, _)) in TEST_P() 579 EXPECT_CALL(*mockPreparedModel, executeSynchronouslyWithConfig(_, _, _, _)) in TEST_P() 597 EXPECT_CALL(*mockPreparedModel, executeSynchronouslyWithConfig(_, _, _, _)) in TEST_P()
|
H A D | MockBurst.h | 34 MOCK_METHOD(ndk::ScopedAStatus, executeSynchronouslyWithConfig,
|
H A D | MockPreparedModel.h | 41 MOCK_METHOD(ndk::ScopedAStatus, executeSynchronouslyWithConfig,
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/ |
H A D | IBurst.aidl | 130 ExecutionResult executeSynchronouslyWithConfig(in Request request, in executeSynchronouslyWithConfig() method
|
H A D | IPreparedModel.aidl | 250 ExecutionResult executeSynchronouslyWithConfig( in executeSynchronouslyWithConfig() method
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/ |
H A D | IBurst.aidl | 39 …android.hardware.neuralnetworks.ExecutionResult executeSynchronouslyWithConfig(in android.hardware… in executeSynchronouslyWithConfig() method
|
H A D | IPreparedModel.aidl | 41 …android.hardware.neuralnetworks.ExecutionResult executeSynchronouslyWithConfig(in android.hardware… in executeSynchronouslyWithConfig() method
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/4/android/hardware/neuralnetworks/ |
H A D | IBurst.aidl | 39 …android.hardware.neuralnetworks.ExecutionResult executeSynchronouslyWithConfig(in android.hardware… in executeSynchronouslyWithConfig() method
|
H A D | IPreparedModel.aidl | 41 …android.hardware.neuralnetworks.ExecutionResult executeSynchronouslyWithConfig(in android.hardware… in executeSynchronouslyWithConfig() method
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/aidl/android.hardware.neuralnetworks_interface/dump/android/hardware/neuralnetworks/ |
D | IBurst.aidl | 39 …android.hardware.neuralnetworks.ExecutionResult executeSynchronouslyWithConfig(in android.hardware… in executeSynchronouslyWithConfig() method
|
D | IPreparedModel.aidl | 41 …android.hardware.neuralnetworks.ExecutionResult executeSynchronouslyWithConfig(in android.hardware… in executeSynchronouslyWithConfig() method
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/adapter/aidl/include/nnapi/hal/aidl/ |
H A D | Burst.h | 49 ndk::ScopedAStatus executeSynchronouslyWithConfig(
|
H A D | PreparedModel.h | 57 ndk::ScopedAStatus executeSynchronouslyWithConfig(const Request& request,
|
/aosp_15_r20/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | ShimPreparedModel.h | 57 ::ndk::ScopedAStatus executeSynchronouslyWithConfig(const Request& request,
|