OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findNative
(Results
1 - 6
of
6
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
CameraTests.java
166
public native long
findNative
(Bitmap input);
ColorCheckerTest.java
172
long bufferAddress =
findNative
(inputImage);
173
Log.v(TAG, "
findNative
method finishes");
ExposureCompensationTest.java
155
long bufferAddress =
findNative
(inputImage);
156
Log.v(TAG, "
findNative
method finishes");
WhiteBalanceTest.java
329
long bufferAddress =
findNative
(inputImage);
330
Log.v(TAG, "
findNative
method finishes");
MeteringTest.java
615
long bufferAddress =
findNative
(inputImage);
616
Log.v(TAG, "
findNative
method finishes");
AutoLockTest.java
[
all
...]
Completed in 21 milliseconds