Home
last modified time | relevance | path

Searched defs:allocate (Results 1 – 18 of 18) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/core/
DRequestBuilder.java69 public void allocate() throws InterruptedException, ResourceAcquisitionFailedException { in allocate() method in RequestBuilder.UnregisteredStreamProvider
81 public void allocate() throws InterruptedException, in allocate() method
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/
DAllocatingImageStream.java66 public void allocate() throws InterruptedException, ResourceAcquisitionFailedException { in allocate() method in AllocatingImageStream
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DConfigManager.h66 bool allocate(size_t entry_cap, size_t data_cap) { in allocate() function
/packages/services/Car/cpp/evs/sampleDriver/aidl/include/
DConfigManager.h65 bool allocate(size_t entry_cap, size_t data_cap) { in allocate() function
/packages/services/Car/cpp/evs/support_library/
DStreamHandler.cpp249 bool allocate(BufferDesc& buffer) { in allocate() function
/packages/modules/NeuralNetworks/driver/sample/
DCanonicalDevice.cpp206 GeneralResult<SharedBuffer> Device::allocate(const BufferDesc& desc, in allocate() function in android::nn::sample::Device
DLimitedSupportDevice.cpp210 GeneralResult<SharedBuffer> LimitedSupportDevice::allocate( in allocate() function in android::nn::sample::LimitedSupportDevice
/packages/modules/adb/
Dtypes.h104 void allocate(size_t size) { in allocate() function
/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DTlvBufferUtils.java123 public TlvConstructor allocate(int capacity) { in allocate() method in TlvBufferUtils.TlvConstructor
/packages/modules/NeuralNetworks/runtime/test/
DTestMemoryDomain.cpp120 hardware::Return<void> allocate(const V1_3::BufferDesc&, in allocate() function in __anon255629980111::TestDriverLatest
/packages/modules/NeuralNetworks/shim_and_sl/
DShimDevice.cpp319 ::ndk::ScopedAStatus ShimDevice::allocate(const BufferDesc& desc, in allocate() function in aidl::android::hardware::neuralnetworks::ShimDevice
/packages/modules/NeuralNetworks/runtime/
DMemory.cpp484 std::pair<int, std::unique_ptr<RuntimeMemory>> MemoryBuilder::allocate() const { in allocate() function in android::nn::MemoryBuilder
DManager.cpp535 std::pair<int, std::unique_ptr<RuntimeMemory>> DriverDevice::allocate(const MemoryDescriptor& desc, in allocate() function in android::nn::DriverDevice
1053 std::pair<int, std::unique_ptr<RuntimeMemory>> CpuDevice::allocate(const MemoryDescriptor& desc, in allocate() function in android::nn::CpuDevice
DExecutionPlan.cpp374 int DynamicTemporaries::allocate(uint32_t stepIndex) { in allocate() function in android::nn::DynamicTemporaries
/packages/modules/NeuralNetworks/driver/sample_aidl/
DSampleDriverAidl.cpp158 ndk::ScopedAStatus SampleDriver::allocate( in allocate() function in android::nn::sample_driver_aidl::SampleDriver
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriver.cpp247 hardware::Return<void> SampleDriver::allocate( in allocate() function in android::nn::sample_driver::SampleDriver
DSampleDriverFloatXNNPACK.cpp1973 hardware::Return<void> SampleDriverFloatXNNPACK::allocate( in allocate() function in android::nn::sample_driver::SampleDriverFloatXNNPACK
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DScanManager.java1521 boolean allocate) { in manageAllocationOfTrackingAdvertisement()