OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputStreamWrapper
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Gallery2/jni_jpegstream/src/
inputstream_wrapper.cpp
20
jmethodID
InputStreamWrapper
::sReadID = NULL;
21
jmethodID
InputStreamWrapper
::sSkipID = NULL;
23
int32_t
InputStreamWrapper
::read(int32_t length, int32_t offset) {
48
int64_t
InputStreamWrapper
::skip(int64_t count) {
59
int32_t
InputStreamWrapper
::forceReadEOI() {
65
void
InputStreamWrapper
::setReadSkipMethodIDs(jmethodID readID,
inputstream_wrapper.h
25
class
InputStreamWrapper
: public StreamWrapper {
jpeg_hook.h
60
InputStreamWrapper
*inStream;
69
* that can trigger a call to an
InputStreamWrapper
method.
jpeg_hook.cpp
178
s->inStream = new
InputStreamWrapper
();
jpegstream.cpp
371
InputStreamWrapper
::setReadSkipMethodIDs(cachedReadFun, cachedSkipFun);
Completed in 112 milliseconds