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