/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | Service.cpp | 30 [name](bool blocking) -> nn::GeneralResult<nn::SharedDevice> { in getDevice() argument 31 auto service = blocking ? IDevice::getService(name) : IDevice::tryGetService(name); in getDevice() 33 return NN_ERROR() << (blocking ? "getService" : "tryGetService") << " returned nullptr"; in getDevice()
|
/hardware/interfaces/neuralnetworks/1.1/utils/src/ |
D | Service.cpp | 30 [name](bool blocking) -> nn::GeneralResult<nn::SharedDevice> { in getDevice() argument 31 auto service = blocking ? IDevice::getService(name) : IDevice::tryGetService(name); in getDevice() 33 return NN_ERROR() << (blocking ? "getService" : "tryGetService") << " returned nullptr"; in getDevice()
|
/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
D | Service.cpp | 30 [name](bool blocking) -> nn::GeneralResult<nn::SharedDevice> { in getDevice() argument 31 auto service = blocking ? IDevice::getService(name) : IDevice::tryGetService(name); in getDevice() 33 return NN_ERROR() << (blocking ? "getService" : "tryGetService") << " returned nullptr"; in getDevice()
|
/hardware/interfaces/neuralnetworks/1.3/utils/src/ |
D | Service.cpp | 30 [name](bool blocking) -> nn::GeneralResult<nn::SharedDevice> { in getDevice() argument 31 auto service = blocking ? IDevice::getService(name) : IDevice::tryGetService(name); in getDevice() 33 return NN_ERROR() << (blocking ? "getService" : "tryGetService") << " returned nullptr"; in getDevice()
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | Service.cpp | 63 maxFeatureLevelAllowed](bool blocking) -> nn::GeneralResult<nn::SharedDevice> { in getDevice() argument 65 if (blocking) { in getDevice() 78 << (blocking ? "AServiceManager_waitForService (or AServiceManager_getService)" in getDevice()
|
/hardware/interfaces/media/c2/1.0/ |
D | IConfigurable.hal | 52 * queries that require blocking must be skipped. 71 * The blocking behavior of this method differs among states: 72 * - In the stopped state, this must be non-blocking. @p mayBlock is 85 * - `BLOCKING` - Querying some parameters requires blocking, but 113 * requires blocking shall be skipped and a failure shall be returned. 126 * The blocking behavior of this method differs among states: 127 * - In the stopped state, this must be non-blocking. @p mayBlock is 146 * - `BLOCKING` - Setting some parameters requires blocking, but 207 * The blocking behavior of this method differs among states: 208 * - In the stopped state, this must be non-blocking. @p mayBlock is [all …]
|
/hardware/interfaces/tests/msgq/1.0/ |
D | ITestMsgQ.hal | 95 * This method requests the service to trigger a blocking read. 103 * This method requests the service to trigger a blocking read using 112 * This method requests the service to repeatedly trigger blocking reads. 114 * @param count Number of messages to read in a single blocking read. 115 * @param numIter Number of blocking reads to trigger.
|
/hardware/interfaces/automotive/vehicle/aidl/impl/proto/android/hardware/automotive/vehicle/ |
D | StatusCode.proto | 61 * visibility. Examples might be bird poop blocking the camera or a bumper 62 * cover blocking an ultrasonic sensor. 68 * in a faulty state, an object or person could be blocking the requested
|
/hardware/google/gfxstream/host/ |
D | RenderChannelImpl.cpp | 144 IoResult RenderChannelImpl::readFromGuest(Buffer* buffer, bool blocking) { in readFromGuest() argument 148 if (blocking) { in readFromGuest() 155 blocking ? "popLocked" : "tryPopLocked", (int)result, in readFromGuest()
|
D | ChannelStream.cpp | 71 bool blocking = (count == 0); in readRaw() local 72 auto result = mChannel->readFromGuest(&mReadBuffer, blocking); in readRaw()
|
D | RenderChannelImpl.h | 86 IoResult readFromGuest(Buffer* buffer, bool blocking);
|
/hardware/interfaces/neuralnetworks/utils/common/src/ |
D | ResilientDevice.cpp | 42 auto protect(const ResilientDevice& resilientDevice, const FnType& fn, bool blocking) in protect() argument 53 auto maybeDevice = resilientDevice.recover(device.get(), blocking); in protect() 108 bool blocking) const { in recover() 116 auto device = NN_TRY(kMakeDevice(blocking)); in recover()
|
/hardware/interfaces/automotive/audiocontrol/2.0/ |
D | IFocusListener.hal | 32 * interaction is oneway to avoid blocking HAL so that it is not required to wait for a response 48 * interaction is oneway to avoid blocking HAL so that it is not required to wait for a response
|
/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/ |
D | ResilientDevice.h | 40 using Factory = std::function<nn::GeneralResult<nn::SharedDevice>(bool blocking)>; 50 bool blocking) const EXCLUDES(mMutex);
|
/hardware/interfaces/audio/2.0/ |
D | IStreamOutCallback.hal | 24 * Non blocking write completed.
|
/hardware/interfaces/audio/6.0/ |
D | IStreamOutCallback.hal | 24 * Non blocking write completed.
|
/hardware/interfaces/audio/7.0/ |
D | IStreamOutCallback.hal | 24 * Non blocking write completed.
|
/hardware/interfaces/audio/4.0/ |
D | IStreamOutCallback.hal | 24 * Non blocking write completed.
|
/hardware/interfaces/audio/5.0/ |
D | IStreamOutCallback.hal | 24 * Non blocking write completed.
|
/hardware/interfaces/graphics/bufferqueue/2.0/ |
D | types.hal | 57 * The buffer queue is operating in a non-blocking mode, but the call cannot 58 * be completed without blocking.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_timeline_semaphore.adoc | 37 * Host wait - A host operation that allows a blocking wait for a timeline 86 *RESOLVED*: Both a non-blocking query of the current payload value of the 87 synchronization primitive, and a blocking wait operation are provided.
|
/hardware/interfaces/graphics/composer/aidl/include/android/hardware/graphics/composer3/ |
D | ComposerClientWriter.h | 244 void setLayerBlockingRegion(int64_t display, int64_t layer, const std::vector<Rect>& blocking) { in setLayerBlockingRegion() argument 245 getLayerCommand(display, layer).blockingRegion.emplace(blocking.begin(), blocking.end()); in setLayerBlockingRegion()
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IConfigurable.hal | 53 * - BLOCKING - Querying some parameters requires blocking. 87 * - BLOCKING - Setting some parameters requires blocking. 145 * - BLOCKING - Querying some parameters requires blocking.
|
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | opencl.hpp | 3655 cl_bool blocking, 7654 cl_bool blocking, in enqueueReadBuffer() argument 7664 object_, buffer(), blocking, offset, size, in enqueueReadBuffer() 7679 cl_bool blocking, in enqueueWriteBuffer() argument 7689 object_, buffer(), blocking, offset, size, in enqueueWriteBuffer() 7728 cl_bool blocking, in enqueueReadBufferRect() argument 7745 blocking, in enqueueReadBufferRect() 7767 cl_bool blocking, in enqueueWriteBufferRect() argument 7784 blocking, in enqueueWriteBufferRect() 7885 cl_bool blocking, in enqueueReadImage() argument [all …]
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IPreparedModel.hal | 175 * blocking, or by using MessageQueue::write if the 176 * queue is non-blocking. When the service receives a 188 * blocking, or by using MessageQueue::write if the 189 * queue is non-blocking. When the client receives a
|