Searched refs:MemoryFile (Results 1 – 23 of 23) sorted by relevance
43 @IgnoreUnderRavenwood(blockedBy = MemoryFile.class)64 List<MemoryFile> files = new ArrayList<MemoryFile>(); in testPurge()69 MemoryFile newFile = new MemoryFile("MemoryFileTest", 10000000); in testPurge()73 for (MemoryFile file : files) { in testPurge()83 for (MemoryFile fileToClose : files) { in testPurge()92 MemoryFile file = new MemoryFile("MemoryFileTest", 1000000); in testRun()124 MemoryFile file = new MemoryFile("MemoryFileTest", 10); in testOutputStreamAdvances()145 MemoryFile file = new MemoryFile("MemoryFileTest", testString.length); in readIndexOutOfBoundsException()195 MemoryFile file = new MemoryFile("MemoryFileTest", testString.length); in testReadEOF()218 MemoryFile file = new MemoryFile("MemoryFileTest", 1000000); in testCloseClose()[all …]
32 struct MemoryFile { struct56 size_t Write(const std::string& pathName, const MemoryFile& memoryFile); argument62 std::map<std::string, MemoryFile> mMemoryFileSystem;
20 import android.os.MemoryFile;62 protected SensorDirectChannel createDirectChannelImpl(MemoryFile memoryFile, in createDirectChannelImpl()
19 import android.os.MemoryFile;211 static long[] encodeData(MemoryFile ashmem) { in encodeData()
27 import android.os.MemoryFile;943 public SensorDirectChannel createDirectChannel(MemoryFile mem) { in createDirectChannel()971 MemoryFile memoryFile, HardwareBuffer hardwareBuffer); in createDirectChannelImpl()
39 import android.os.MemoryFile;771 MemoryFile memoryFile, HardwareBuffer hardwareBuffer) { in createDirectChannelImpl()
69 size_t MemoryFileSystem::Write(const std::string& path, const MemoryFile& memoryFile) { in Write()75 mMemoryFileSystem.insert(std::pair<std::string, MemoryFile>(key, memoryFile)); in Write()
97 MemoryFileSystem::MemoryFile memFile; in StoreFileRaw()
35 import android.os.MemoryFile;58 private MemoryFile mImage;67 mImage = new MemoryFile("temp.png", mSize); in setUp()
25 import android.os.MemoryFile;
40 public class MemoryFile { class60 public MemoryFile(String name, int length) throws IOException { in MemoryFile() method in MemoryFile
656 @RavenwoodThrow(blockedBy = MemoryFile.class)659 MemoryFile file = new MemoryFile(name, data.length); in fromData()
28 import android.os.MemoryFile;103 protected SensorDirectChannel createDirectChannelImpl(MemoryFile memoryFile, in createDirectChannelImpl()
29 import android.os.MemoryFile;150 protected SensorDirectChannel createDirectChannelImpl(MemoryFile memoryFile, in createDirectChannelImpl()
33 import android.os.MemoryFile;615 protected SensorDirectChannel createDirectChannelImpl(MemoryFile memoryFile, in createDirectChannelImpl()
21942 Landroid/hardware/SensorDirectChannel;->encodeData(Landroid/os/MemoryFile;)[J21952 Landroid/hardware/SensorManager;->createDirectChannelImpl(Landroid/os/MemoryFile;Landroid/hardware/…22165 Landroid/hardware/SystemSensorManager;->createDirectChannelImpl(Landroid/os/MemoryFile;Landroid/har…37058 Landroid/os/MemoryFile$MemoryInputStream;->mMark:I37059 Landroid/os/MemoryFile$MemoryInputStream;->mOffset:I37060 Landroid/os/MemoryFile$MemoryInputStream;->mSingleByte:[B37061 Landroid/os/MemoryFile$MemoryOutputStream;->mOffset:I37062 Landroid/os/MemoryFile$MemoryOutputStream;->mSingleByte:[B37063 Landroid/os/MemoryFile;->beginAccess()V37064 Landroid/os/MemoryFile;->checkActive()V[all …]
6174 android.os.MemoryFile
28573 Landroid/os/MemoryFile;
6178 android.os.MemoryFile
38707 Landroid/os/MemoryFile;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
18742 method public android.hardware.SensorDirectChannel createDirectChannel(android.os.MemoryFile);33255 public class MemoryFile {33256 ctor public MemoryFile(String, int) throws java.io.IOException;
21860 public class MemoryFile {21861 ctor public MemoryFile(java.lang.String, int) throws java.io.IOException;