Home
last modified time | relevance | path

Searched refs:MemoryFileSystem (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DMemoryFileSystem.cpp17 std::string MemoryFileSystem::GetFileName(const std::string& path) { in GetFileName()
26 bool MemoryFileSystem::FileExists(const std::string& fileName) const { in FileExists()
32 ssize_t MemoryFileSystem::GetFileSize(const std::string& fileName) const { in GetFileSize()
43 std::vector<std::string> MemoryFileSystem::ListFiles() const { in ListFiles()
52 size_t MemoryFileSystem::Read(const std::string& path, std::string* buffer) { in Read()
66 size_t MemoryFileSystem::Write(const std::string& path, const MemoryFile& memoryFile) { in Write()
77 bool MemoryFileSystem::RemoveFile(const std::string& fileName) { in RemoveFile()
89 bool MemoryFileSystem::RemoveAllFiles() { in RemoveAllFiles()
H A DAndroid.bp46 "MemoryFileSystem.cpp",
H A DDeviceFiles.cpp92 MemoryFileSystem::MemoryFile memFile; in StoreFileRaw()
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DMemoryFileSystem.h26 class MemoryFileSystem {
42 MemoryFileSystem() {}; in MemoryFileSystem() function
43 virtual ~MemoryFileSystem() {}; in ~MemoryFileSystem()
63 CLEARKEY_DISALLOW_COPY_AND_ASSIGN(MemoryFileSystem);
H A DDeviceFiles.h62 MemoryFileSystem mFileHandle;
/aosp12/frameworks/av/
H A DMETADATA7 # drm/mediadrm/plugins/clearkey/hidl/MemoryFileSystem.cpp
10 # drm/mediadrm/plugins/clearkey/hidl/include/MemoryFileSystem.h