Searched refs:dma_heap_pool_size_path (Results 1 – 1 of 1) sorted by relevance
267 bool ReadDmabufHeapPoolsSizeKb(uint64_t* size, const std::string& dma_heap_pool_size_path) { in ReadDmabufHeapPoolsSizeKb() argument268 static bool support_dmabuf_heap_pool_size = [dma_heap_pool_size_path]() -> bool { in ReadDmabufHeapPoolsSizeKb()269 bool ret = (access(dma_heap_pool_size_path.c_str(), R_OK) == 0); in ReadDmabufHeapPoolsSizeKb()278 return ReadSysfsFile(dma_heap_pool_size_path, size); in ReadDmabufHeapPoolsSizeKb()