Searched defs:openRead (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/osal/inc/
H A DM4OSA_FileReader.h76 M4OSA_ERR (*openRead) (M4OSA_Context* context, member in struct:__anon89
/frameworks/base/core/java/android/util/
H A DAtomicFile.java194 public FileInputStream openRead() throws FileNotFoundException { method in class:AtomicFile
203 * A convenience for {@link #openRead()} that also reads all of the
207 FileInputStream stream = openRead();
/frameworks/base/core/java/com/android/internal/os/
H A DAtomicFile.java133 public FileInputStream openRead() throws FileNotFoundException { method in class:AtomicFile
142 FileInputStream stream = openRead();
/frameworks/support/v4/java/android/support/v4/util/
H A DAtomicFile.java163 public FileInputStream openRead() throws FileNotFoundException { method in class:AtomicFile
172 * A convenience for {@link #openRead()} that also reads all of the
176 FileInputStream stream = openRead();

Completed in 124 milliseconds