Home
last modified time | relevance | path

Searched defs:block (Results 1 – 25 of 41) sorted by relevance

12

/hardware/google/camera/common/hal/tests/
Dprocess_block_tests.cc97 auto block = setup.process_block_create_func(); in TEST_F() local
106 auto block = setup.process_block_create_func(); in TEST_F() local
121 auto block = setup.process_block_create_func(); in TEST_F() local
140 auto block = setup.process_block_create_func(); in TEST_F() local
161 auto block = setup.process_block_create_func(); in TEST_F() local
188 auto block = setup.process_block_create_func(); in TEST_F() local
228 auto block = setup.process_block_create_func(); in TEST_F() local
/hardware/google/aemu/host-common/
Daddress_space_graphics.cpp110 for (auto& block: mRingBlocks) { in clear() local
115 for (auto& block: mBufferBlocks) { in clear() local
120 for (auto& block: mCombinedBlocks) { in clear() local
150 for (auto& block : existingBlocks) { in newAllocation() local
212 auto& block = existingBlocks[alloc.blockIndex]; in deleteAllocation() local
299 for (const auto& block: mRingBlocks) { in save() local
303 for (const auto& block: mBufferBlocks) { in save() local
307 for (const auto& block: mCombinedBlocks) { in save() local
328 for (auto& block: mRingBlocks) { in load() local
332 for (auto& block: mBufferBlocks) { in load() local
[all …]
Daddress_space_shared_slots_host_memory_allocator.cpp84 MemBlock& block = kv.second; in translatePhysAddr() local
251 MemBlock* block) { in load()
367 MemBlock* block = i->second.second; in unallocate() local
444 MemBlock* block = kv.second.second; in clear() local
468 MemBlock block; in globalStateLoad() local
Daddress_space_shared_slots_host_memory_allocator_unittests.cpp126 MemBlock block(&ops, &hw, 100); in TEST() local
159 MemBlock block(&ops, &hw, 100); in TEST() local
/hardware/google/aemu/base/include/aemu/base/
Daddress_space.h98 struct address_block *block, in address_space_allocator_find_available_block()
123 struct address_block *block, in address_space_allocator_find_available_block_at_offset()
378 struct address_block *block = &allocator->blocks[i]; in address_space_allocator_allocate() local
412 struct address_block *block = &allocator->blocks[i]; in address_space_allocator_allocate_fixed() local
433 struct address_block *block = allocator->blocks; in address_space_allocator_deallocate() local
467 struct address_block *block = allocator->blocks; in address_space_allocator_init() local
508 struct address_block* block = allocator->blocks; in address_space_allocator_reset() local
523 struct address_block *block = 0; in address_space_allocator_run() local
/hardware/google/gfxstream/guest/android-emu/aemu/base/
Daddress_space.h104 struct address_block *block, in address_space_allocator_find_available_block()
263 struct address_block *block = &allocator->blocks[i]; in address_space_allocator_allocate() local
284 struct address_block *block = allocator->blocks; in address_space_allocator_deallocate() local
318 struct address_block *block = allocator->blocks; in address_space_allocator_init() local
359 struct address_block* block = allocator->blocks; in address_space_allocator_reset() local
374 struct address_block *block = 0; in address_space_allocator_run() local
DAndroidSubAllocator.cpp67 [](void* context, struct address_block* block) { in save()
95 [](void* context, struct address_block* block) { in load()
/hardware/st/secure_element2/secure_element/esehal/src/
Dtransport.c97 block_send(struct t1_state *t1, const void *block, size_t n) in block_send()
106 block_recv(struct t1_state *t1, void *block, size_t n) in block_recv()
/hardware/google/gfxstream/guest/mesa/src/util/
Du_worklist.h85 #define u_worklist_push_tail(w, block, index) \ argument
88 #define u_worklist_push_head(w, block, index) \ argument
Dos_socket.c68 os_socket_block(int s, bool block) in os_socket_block()
118 os_socket_block(int s, bool block) in os_socket_block()
Du_mm.c72 struct mem_block *heap, *block; in u_mmInit() local
/hardware/google/gfxstream/guest/mesa/src/util/perf/
Dgpuvis_trace_utils.h224 static inline void gpuvis_trace_block_begin( struct GpuvisTraceBlock* block, const char *str ) in gpuvis_trace_block_begin()
230 static inline void gpuvis_trace_block_end( struct GpuvisTraceBlock *block ) in gpuvis_trace_block_end()
235 static inline void gpuvis_trace_blockf_vbegin( struct GpuvisTraceBlockf *block, const char *fmt, va… in gpuvis_trace_blockf_vbegin()
241 static inline void gpuvis_trace_blockf_begin( struct GpuvisTraceBlockf *block, const char *fmt, ...… in gpuvis_trace_blockf_begin()
250 static inline void gpuvis_trace_blockf_end( struct GpuvisTraceBlockf *block ) in gpuvis_trace_blockf_end()
284 static inline void gpuvis_trace_block_begin( struct GpuvisTraceBlock *block, const char *str ) {} in gpuvis_trace_block_begin()
285 static inline void gpuvis_trace_block_end( struct GpuvisTraceBlock *block ) {} in gpuvis_trace_block_end()
288 static inline void gpuvis_trace_blockf_vbegin( struct GpuvisTraceBlockf *block, const char *fmt, va… in gpuvis_trace_blockf_vbegin()
289 static inline void gpuvis_trace_blockf_begin( struct GpuvisTraceBlockf *block, const char *fmt, ...… in gpuvis_trace_blockf_begin()
290 static inline void gpuvis_trace_blockf_end( struct GpuvisTraceBlockf *block ) {} in gpuvis_trace_blockf_end()
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_etc.c31 struct etc1_block block; in util_format_etc1_rgb8_unpack_rgba_float() local
73 struct etc1_block block; in util_format_etc1_rgb8_fetch_rgba() local
Dtexcompress_bptc_tmp.h318 extract_bits(const uint8_t *block, in extract_bits()
356 const uint8_t *block, in extract_unorm_endpoints()
536 fetch_rgba_unorm_from_block(const uint8_t *block, in fetch_rgba_unorm_from_block()
658 const uint8_t *block, in decompress_rgba_unorm_block()
866 const uint8_t *block, in extract_float_endpoints()
951 fetch_rgb_float_from_block(const uint8_t *block, in fetch_rgb_float_from_block()
1033 const uint8_t *block, in decompress_rgb_float_block()
1162 const uint8_t *block, in decompress_rgb_fp16_block()
Dtexcompress_etc_tmp.h147 struct etc1_block block; in etc1_unpack_rgba8888() local
/hardware/google/aemu/host-common/testing/
DHostAddressSpace.cpp267 auto& block = mSharedRegions[off]; in allocSharedHostRegionLocked() local
280 auto& block = mSharedRegions[offset]; in allocSharedHostRegionFixedLocked() local
326 auto& block = entry.blocks[off]; in allocBlockLocked() local
341 const BlockMemory& block, in blockContainsOffset()
349 const BlockMemory& block, in offsetIntoBlock()
/hardware/google/gfxstream/host/
DPostWorker.cpp118 void PostWorker::block(std::promise<void> scheduledSignal, std::future<void> continueSignal) { in block() function in gfxstream::PostWorker
125 auto block = std::make_shared<Post::Block>(Post::Block{ in block() local
DPostCommands.h41 std::unique_ptr<Block> block = nullptr; member
/hardware/google/gfxstream/guest/vulkan_enc/
DHostVisibleMemoryVirtualization.cpp42 CoherentMemory::CoherentMemory(GoldfishAddressSpaceBlockPtr block, uint64_t gpuAddr, uint64_t size, in CoherentMemory()
/hardware/google/aemu/base/
DSubAllocator.cpp65 [](void* context, struct address_block* block) { in save()
93 [](void* context, struct address_block* block) { in load()
/hardware/google/camera/common/hal/google_camera_hal/
Dcapture_session_wrapper_process_block.cc52 auto block = std::unique_ptr<CaptureSessionWrapperProcessBlock>( in Create() local
/hardware/google/camera/common/hal/utils/
Dhdrplus_process_block.cc38 auto block = std::unique_ptr<HdrplusProcessBlock>( in Create() local
Drealtime_process_block.cc39 auto block = std::unique_ptr<RealtimeProcessBlock>( in Create() local
/hardware/google/gfxstream/guest/mesa/src/util/sha1/
Dsha1.c59 CHAR64LONG16 *block = (CHAR64LONG16 *)workspace; in SHA1Transform() local
/hardware/interfaces/bluetooth/aidl/default/
Dnet_bluetooth_mgmt.cpp232 int NetBluetoothMgmt::rfkill(int block) { in rfkill()

12