OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handlerAddress
(Results
1 - 5
of
5
) sorted by null
/cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_AutoLockTest.cpp
36
long
handlerAddress
= (long)testHandler;
37
return
handlerAddress
;
50
long
handlerAddress
= (long)inputHandlerAddress;
53
AutoLockTest *testHandler = (AutoLockTest*)
handlerAddress
;
77
long
handlerAddress
= (long) inputHandlerAddress;
78
AutoLockTest *testHandler = (AutoLockTest*)
handlerAddress
;
com_android_cts_verifier_camera_analyzer_ExposureCompensationTest.cpp
38
long
handlerAddress
= (long)testHandler;
40
return
handlerAddress
;
55
long
handlerAddress
= (long)inputHandlerAddress;
59
(ExposureCompensationTest*)
handlerAddress
;
79
long
handlerAddress
= (long) inputHandlerAddress;
81
(ExposureCompensationTest*)
handlerAddress
;
com_android_cts_verifier_camera_analyzer_MeteringTest.cpp
37
long
handlerAddress
= (long)testHandler;
38
return
handlerAddress
;
51
long
handlerAddress
= (long)inputHandlerAddress;
54
MeteringTest *testHandler = (MeteringTest*)
handlerAddress
;
77
long
handlerAddress
= (long) inputHandlerAddress;
78
MeteringTest *testHandler = (MeteringTest*)
handlerAddress
;
com_android_cts_verifier_camera_analyzer_WhiteBalanceTest.cpp
36
long
handlerAddress
= (long)testHandler;
37
return
handlerAddress
;
51
long
handlerAddress
= (long)inputHandlerAddress;
54
WhiteBalanceTest *testHandler = (WhiteBalanceTest*)
handlerAddress
;
83
long
handlerAddress
= (long) inputHandlerAddress;
84
WhiteBalanceTest *testHandler = (WhiteBalanceTest*)
handlerAddress
;
com_android_cts_verifier_camera_analyzer_CameraTests.cpp
130
long
handlerAddress
= (long)testHandler;
131
return
handlerAddress
;
Completed in 164 milliseconds