Home
last modified time | relevance | path

Searched refs:PreparedModelCallback (Results 1 – 25 of 55) sorted by relevance

123

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DPreparedModelCallback.cpp21 hardware::Return<void> PreparedModelCallback::notifyInternal( in notifyInternal()
42 hardware::Return<void> PreparedModelCallback::notify( in notify()
47 hardware::Return<void> PreparedModelCallback::notify_1_2( in notify_1_2()
52 hardware::Return<void> PreparedModelCallback::notify_1_3( in notify_1_3()
57 void PreparedModelCallback::notifyAsDeadObject() { in notifyAsDeadObject()
61 void PreparedModelCallback::wait() const { in wait()
66 ErrorStatus PreparedModelCallback::getStatus() const { in getStatus()
71 sp<V1_0::IPreparedModel> PreparedModelCallback::getPreparedModel() const { in getPreparedModel()
76 bool PreparedModelCallback::isDeadObject() const { in isDeadObject()
H A DTestExecution.cpp52 using PreparedModelCallback = nn::PreparedModelCallback; typedef
368 sp<PreparedModelCallback> localCallback = new PreparedModelCallback; in prepareModel_1_3()
399 sp<PreparedModelCallback> localCallback = new PreparedModelCallback; in prepareModel_1_2()
427 sp<PreparedModelCallback> localCallback = new PreparedModelCallback; in prepareModel_1_1()
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DCallbacks.cpp35 Return<void> PreparedModelCallback::notifyInternal(ErrorStatus errorStatus, in notifyInternal()
55 Return<void> PreparedModelCallback::notify(V1_0::ErrorStatus errorStatus, in notify()
60 Return<void> PreparedModelCallback::notify_1_2(V1_0::ErrorStatus errorStatus, in notify_1_2()
65 Return<void> PreparedModelCallback::notify_1_3(V1_3::ErrorStatus errorStatus, in notify_1_3()
70 void PreparedModelCallback::wait() const { in wait()
75 ErrorStatus PreparedModelCallback::getStatus() const { in getStatus()
80 sp<V1_0::IPreparedModel> PreparedModelCallback::getPreparedModel() const { in getPreparedModel()
H A DVtsHalNeuralnetworks.cpp35 using implementation::PreparedModelCallback;
56 const sp<PreparedModelCallback> preparedModelCallback = new PreparedModelCallback(); in createPreparedModel()
198 sp<IPreparedModel> getPreparedModel_1_3(const sp<PreparedModelCallback>& callback) { in getPreparedModel_1_3()
H A DBasicTests.cpp23 using implementation::PreparedModelCallback;
195 sp<PreparedModelCallback> preparedModelCallback = new PreparedModelCallback; in TEST_P()
H A DQualityOfServiceTests.cpp26 using implementation::PreparedModelCallback;
105 const sp<PreparedModelCallback> preparedModelCallback = new PreparedModelCallback(); in runPrepareModelTest()
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DCallbacks.cpp47 ndk::ScopedAStatus PreparedModelCallback::notify( in notify()
53 void PreparedModelCallback::notifyAsDeadObject() { in notifyAsDeadObject()
57 PreparedModelCallback::Data PreparedModelCallback::get() { in get()
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DCallbacks.cpp27 ndk::ScopedAStatus PreparedModelCallback::notify( in notify()
44 void PreparedModelCallback::wait() const { in wait()
49 ErrorStatus PreparedModelCallback::getStatus() const { in getStatus()
54 std::shared_ptr<IPreparedModel> PreparedModelCallback::getPreparedModel() const { in getPreparedModel()
H A DVtsHalNeuralnetworks.cpp40 using implementation::PreparedModelCallback;
57 const std::shared_ptr<PreparedModelCallback> preparedModelCallback = in createPreparedModel()
58 ndk::SharedRefBase::make<PreparedModelCallback>(); in createPreparedModel()
H A DBasicTests.cpp31 using implementation::PreparedModelCallback;
175 auto preparedModelCallback = ndk::SharedRefBase::make<PreparedModelCallback>(); in TEST_P()
H A DQualityOfServiceTests.cpp29 using implementation::PreparedModelCallback;
96 const std::shared_ptr<PreparedModelCallback> preparedModelCallback = in runPrepareModelTest()
97 ndk::SharedRefBase::make<PreparedModelCallback>(); in runPrepareModelTest()
H A DCallbacks.h62 class PreparedModelCallback : public BnPreparedModelCallback {
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/
H A DCallbacks.cpp27 Return<void> PreparedModelCallback::notify(ErrorStatus errorStatus, in notify()
47 void PreparedModelCallback::wait() const { in wait()
52 ErrorStatus PreparedModelCallback::getStatus() const { in getStatus()
57 sp<IPreparedModel> PreparedModelCallback::getPreparedModel() const { in getPreparedModel()
H A DBasicTests.cpp25 using implementation::PreparedModelCallback;
169 sp<PreparedModelCallback> preparedModelCallback = new PreparedModelCallback; in TEST_P()
H A DVtsHalNeuralnetworks.cpp31 using implementation::PreparedModelCallback;
50 const sp<PreparedModelCallback> preparedModelCallback = new PreparedModelCallback(); in createPreparedModel()
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DCallbacks.cpp34 Return<void> PreparedModelCallback::notify(ErrorStatus errorStatus, in notify()
54 Return<void> PreparedModelCallback::notify_1_2(ErrorStatus errorStatus, in notify_1_2()
59 void PreparedModelCallback::wait() const { in wait()
64 ErrorStatus PreparedModelCallback::getStatus() const { in getStatus()
69 sp<V1_0::IPreparedModel> PreparedModelCallback::getPreparedModel() const { in getPreparedModel()
H A DVtsHalNeuralnetworks.cpp31 using implementation::PreparedModelCallback;
55 const sp<PreparedModelCallback> preparedModelCallback = new PreparedModelCallback(); in createPreparedModel()
174 sp<IPreparedModel> getPreparedModel_1_2(const sp<implementation::PreparedModelCallback>& callback) { in getPreparedModel_1_2()
H A DBasicTests.cpp23 using implementation::PreparedModelCallback;
250 sp<PreparedModelCallback> preparedModelCallback = new PreparedModelCallback; in TEST_P()
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DCallbacks.cpp98 Return<void> PreparedModelCallback::notify(V1_0::ErrorStatus status, in notify()
104 Return<void> PreparedModelCallback::notify_1_2(V1_0::ErrorStatus status, in notify_1_2()
110 Return<void> PreparedModelCallback::notify_1_3(ErrorStatus status, in notify_1_3()
116 void PreparedModelCallback::notifyAsDeadObject() { in notifyAsDeadObject()
120 PreparedModelCallback::Data PreparedModelCallback::get() { in get()
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/src/
H A DCallbacks.cpp59 Return<void> PreparedModelCallback::notify(ErrorStatus status, in notify()
65 void PreparedModelCallback::notifyAsDeadObject() { in notifyAsDeadObject()
69 PreparedModelCallback::Data PreparedModelCallback::get() { in get()
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DCallbacks.cpp82 Return<void> PreparedModelCallback::notify(V1_0::ErrorStatus status, in notify()
88 Return<void> PreparedModelCallback::notify_1_2(V1_0::ErrorStatus status, in notify_1_2()
94 void PreparedModelCallback::notifyAsDeadObject() { in notifyAsDeadObject()
98 PreparedModelCallback::Data PreparedModelCallback::get() { in get()
/aosp12/hardware/interfaces/neuralnetworks/1.1/vts/functional/
H A DBasicTests.cpp30 using V1_0::implementation::PreparedModelCallback;
176 sp<PreparedModelCallback> preparedModelCallback = new PreparedModelCallback; in TEST_P()
H A DVtsHalNeuralnetworks.cpp34 using V1_0::implementation::PreparedModelCallback;
53 const sp<PreparedModelCallback> preparedModelCallback = new PreparedModelCallback(); in createPreparedModel()
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
H A DCallbacks.h35 class PreparedModelCallback final : public BnPreparedModelCallback,
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
H A DDriverFuzzTest.cpp250 class PreparedModelCallback : public V1_3::IPreparedModelCallback { class
290 const sp<PreparedModelCallback> callback = new PreparedModelCallback(); in prepareModel()

123