Searched refs:protect (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/neuralnetworks/utils/common/src/ |
D | ResilientPreparedModel.cpp | 42 auto protect(const ResilientPreparedModel& resilientPreparedModel, const FnType& fn) in protect() function 114 return protect(*this, fn); in execute() 129 return protect(*this, fn); in executeFenced() 170 return protect(*this, fn); in createReusableExecutionInternal() 188 return protect(*this, fn); in configureExecutionBurstInternal()
|
D | ResilientBuffer.cpp | 36 auto protect(const ResilientBuffer& resilientBuffer, const FnType& fn) in protect() function 104 return protect(*this, fn); in copyTo() 112 return protect(*this, fn); in copyFrom()
|
D | ResilientExecution.cpp | 40 auto protect(const ResilientExecution& resilientExecution, const FnType& fn) in protect() function 108 return protect(*this, fn); in compute() 119 return protect(*this, fn); in computeFenced()
|
D | ResilientDevice.cpp | 42 auto protect(const ResilientDevice& resilientDevice, const FnType& fn, bool blocking) in protect() function 168 return protect(*this, fn, /*blocking=*/true); in wait() 176 return protect(*this, fn, /*blocking=*/false); in getSupportedOperations() 246 return protect(*this, fn, /*blocking=*/false); in prepareModelInternal() 258 return protect(*this, fn, /*blocking=*/false); in prepareModelFromCacheInternal() 271 return protect(*this, fn, /*blocking=*/false); in allocateInternal()
|
D | ResilientBurst.cpp | 40 auto protect(const ResilientBurst& resilientBurst, const FnType& fn) in protect() function 113 return protect(*this, fn); in execute() 140 return protect(*this, fn); in createReusableExecutionInternal()
|
/hardware/interfaces/usb/1.2/ |
D | IUsb.hal | 60 * @param enable true Reduce capabilities of the port to protect port
|
/hardware/interfaces/neuralnetworks/utils/ |
D | README.md | 106 To protect against the case when the server dies after the asynchronous task was called successfully
|
/hardware/interfaces/graphics/mapper/4.0/ |
D | IMapper.hal | 374 * There is one exception to this rule. Fences CANNOT be used to protect a buffer's
|