Home
last modified time | relevance | path

Searched refs:memory_name (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_capture_ext_impl.cpp52 std::string memory_name = "Capture ShareMemory"; in InitAshmem() local
57 ashmem_ = OHOS::Ashmem::CreateAshmem(memory_name.c_str(), ashmemLength); in InitAshmem()
H A Daudio_render_ext_impl.cpp50 std::string memory_name = "Render ShareMemory"; in InitAshmem() local
55 ashmem_ = OHOS::Ashmem::CreateAshmem(memory_name.c_str(), ashmemLength); in InitAshmem()