Home
last modified time | relevance | path

Searched defs:syncFence (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/neuralnetworks/aidl/utils/src/
DConversions.cpp510 GeneralResult<SyncFence> unvalidatedConvert(const ndk::ScopedFileDescriptor& syncFence) { in unvalidatedConvert()
556 GeneralResult<SyncFence> convert(const ndk::ScopedFileDescriptor& syncFence) { in convert()
995 nn::GeneralResult<ndk::ScopedFileDescriptor> unvalidatedConvert(const nn::SyncFence& syncFence) { in unvalidatedConvert()
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DPreparedModel.cpp58 ErrorStatus status, const hidl_handle& syncFence, in fencedExecutionCallback()
/hardware/interfaces/neuralnetworks/utils/adapter/src/
DPreparedModel.cpp262 auto syncFence = NN_TRY(utils::makeGeneralFailure( in convertSyncFences() local
/hardware/interfaces/neuralnetworks/1.3/utils/test/
DPreparedModelTest.cpp80 auto makeExecuteFencedReturn(V1_3::ErrorStatus status, const hardware::hidl_handle& syncFence, in makeExecuteFencedReturn()