Home
last modified time | relevance | path

Searched refs:mapd (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_share_buffer.cpp50 bool mapd = false; in Create() local
52 mapd = sharedMem->MapReadAndWriteAshmem(); in Create()
54 mapd = sharedMem->MapReadOnlyAshmem(); in Create()
56 if (!mapd) { in Create()
77 bool mapd = false; in Allocate() local
79 mapd = sharedMemory->MapReadAndWriteAshmem(); in Allocate()
81 mapd = sharedMemory->MapReadOnlyAshmem(); in Allocate()
83 if (!mapd) { in Allocate()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcodec_share_buffer.cpp55 bool mapd = false; in Create() local
57 mapd = sharedMem->MapReadAndWriteAshmem(); in Create()
59 mapd = sharedMem->MapReadOnlyAshmem(); in Create()
61 if (!mapd) { in Create()
85 bool mapd = false; in Allocate() local
87 mapd = sharedMemory->MapReadAndWriteAshmem(); in Allocate()
89 mapd = sharedMemory->MapReadOnlyAshmem(); in Allocate()
91 if (!mapd) { in Allocate()

Completed in 1 milliseconds