Home
last modified time | relevance | path

Searched defs:create (Results 1 – 25 of 144) sorted by relevance

123456

/hardware/interfaces/neuralnetworks/aidl/utils/test/
DMockPreparedModel.h58 inline std::shared_ptr<MockPreparedModel> MockPreparedModel::create() { in create() function
DMockDevice.h65 inline std::shared_ptr<MockDevice> MockDevice::create() { in create() function
DMockFencedExecutionCallback.h38 inline std::shared_ptr<MockFencedExecutionCallback> MockFencedExecutionCallback::create() { in create() function
DMockBuffer.h36 inline std::shared_ptr<MockBuffer> MockBuffer::create() { in create() function
DMockExecution.h39 inline std::shared_ptr<MockExecution> MockExecution::create() { in create() function
/hardware/interfaces/neuralnetworks/1.3/utils/test/
DMockBuffer.h37 inline sp<MockBuffer> MockBuffer::create() { in create() function
DMockFencedExecutionCallback.h36 inline sp<MockFencedExecutionCallback> MockFencedExecutionCallback::create() { in create() function
DMockPreparedModel.h86 inline sp<MockPreparedModel> MockPreparedModel::create() { in create() function
DMockDevice.h105 inline sp<MockDevice> MockDevice::create() { in create() function
/hardware/interfaces/neuralnetworks/1.1/utils/test/
DMockPreparedModel.h38 inline sp<MockPreparedModel> MockPreparedModel::create() { in create() function
DMockDevice.h61 inline sp<MockDevice> MockDevice::create() { in create() function
/hardware/google/aemu/host-common/
DMediaH264Decoder.cpp21 MediaH264Decoder* MediaH264Decoder::create() { in create() function in android::emulation::MediaH264Decoder
Daddress_space_graphics.cpp134 Allocation newAllocation(struct AllocationCreateInfo& create, in newAllocation()
232 struct AllocationCreateInfo create = {0}; in allocRingStorage() local
243 struct AllocationCreateInfo create = {0}; in allocBuffer() local
254 struct AllocationCreateInfo create = {0}; in allocRingAndBufferStorageDedicated() local
395 struct AllocationCreateInfo create = {0}; in loadBlockLocked() local
427 void fillBlockLocked(Block& block, struct AllocationCreateInfo& create) { in fillBlockLocked()
572 const struct AddressSpaceCreateInfo& create) in AddressSpaceGraphicsContext()
/hardware/google/easel/amber/camera/libhdrplusclient/
DEaselManagerClient.cpp29 std::unique_ptr<EaselManagerClient> EaselManagerClient::create() { in create() function in android::EaselManagerClient
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
DComposer.h40 static std::unique_ptr<ComposerImpl> create(std::unique_ptr<Hal> hal) { in create() function
/hardware/interfaces/neuralnetworks/1.2/utils/test/
DMockPreparedModel.h66 inline sp<MockPreparedModel> MockPreparedModel::create() { in create() function
DMockDevice.h83 inline sp<MockDevice> MockDevice::create() { in create() function
/hardware/interfaces/neuralnetworks/1.0/utils/test/
DMockPreparedModel.h50 inline sp<MockPreparedModel> MockPreparedModel::create() { in create() function
DMockDevice.h52 inline sp<MockDevice> MockDevice::create() { in create() function
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposer.h40 static std::unique_ptr<ComposerImpl> create(std::unique_ptr<Hal> hal) { in create() function
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
DComposer.h40 static std::unique_ptr<ComposerImpl> create(std::unique_ptr<Hal> hal) { in create() function
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DExecution.cpp39 ExecutionWithCachedRequest::create(std::shared_ptr<const PreparedModel> preparedModel, in create() function in aidl::android::hardware::neuralnetworks::utils::ExecutionWithCachedRequest
81 nn::GeneralResult<std::shared_ptr<const Execution>> Execution::create( in create() function in aidl::android::hardware::neuralnetworks::utils::Execution
/hardware/nxp/nfc/snxxx/halimpl/utils/
DIntervalTimer.cpp86 bool IntervalTimer::create(void* ptr, TIMER_FUNC cb) { in create() function in IntervalTimer
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraExtZoomTranslator.cpp89 QCameraExtZoomTranslator* QCameraExtZoomTranslator::create() in create() function in qcamera::QCameraExtZoomTranslator
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DBufferTracker.h95 static std::shared_ptr<AidlBufferTracker> create() { in create() function

123456