Searched refs:allocation (Results 1 – 14 of 14) sorted by relevance
101 for (Allocation allocation : mAllocations) { in allocateCaptureRequest()102 allocation.allocate(); in allocateCaptureRequest()114 for (Allocation allocation : mAllocations) { in abort()115 allocation.abort(); in abort()
657 for (auto [_, allocation] : offload_config->stream_map) { in GetBroadcastConfig()658 auto alloc_channels_per_bis = std::bitset<32>{allocation}.count() ?: 1; in GetBroadcastConfig()726 static uint32_t AdjustAllocationForOffloader(uint32_t allocation) { in AdjustAllocationForOffloader()727 if ((allocation & codec_spec_conf::kLeAudioLocationAnyLeft) && in AdjustAllocationForOffloader()728 (allocation & codec_spec_conf::kLeAudioLocationAnyRight)) { in AdjustAllocationForOffloader()731 if (allocation & codec_spec_conf::kLeAudioLocationAnyLeft) { in AdjustAllocationForOffloader()734 if (allocation & codec_spec_conf::kLeAudioLocationAnyRight) { in AdjustAllocationForOffloader()
515 uint32_t allocation = 0; in TEST_F() local534 allocation |= info.audio_channel_allocation; in TEST_F()543 ASSERT_EQ(codec_spec_conf::kLeAudioLocationStereo, allocation); in TEST_F()
6 the hypervisor can leverage this allocation to also use a block mapping
15 Libraries are also available for heap allocation, page table manipulation and PSCI calls.102 any stack allocation. This is why the example above uses `emergency_write_str` first to ensure that
49 # race against the graphics stack's boot time locked memory allocation.
188 Disable pty allocation.191 Allocate a pty if on a tty (-tt: force pty allocation).
1409 TfLiteCustomAllocation allocation = {.data = buffer, .bytes = bufferSize}; in ANeuralNetworksExecution_setOutput() local1411 allocation, in ANeuralNetworksExecution_setOutput()
156 underlying thread allocation. For example, for real time OS without full
176 By convention, functions that contain `*_new` in their name are allocation