OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BioInputStream
(Results
1 - 2
of
2
) sorted by null
/external/conscrypt/common/src/jni/main/include/
BioInputStream.h
27
class
BioInputStream
: public BioStream {
29
BioInputStream
(jobject stream, bool isFinite) : BioStream(stream), isFinite_(isFinite) {}
56
JNI_TRACE("
BioInputStream
::read could not get JNIEnv");
61
JNI_TRACE("
BioInputStream
::read called with pending exception");
67
JNI_TRACE("
BioInputStream
::read failed call to NewByteArray");
73
JNI_TRACE("
BioInputStream
::read failed call to InputStream#read");
/external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp
18
#include "
BioInputStream
.h"
378
BioInputStream
* stream = static_cast<
BioInputStream
*>(b->ptr);
384
// If the
BioInputStream
is not finite then EOF doesn't mean that
404
BioInputStream
* stream = static_cast<
BioInputStream
*>(b->ptr);
[
all
...]
Completed in 173 milliseconds