HomeSort by relevance Sort by last modified time
    Searched defs:handlerAddress (Results 1 - 7 of 7) 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;
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java 485 int handlerAddress = handler.getHandlerCodeAddress();
486 if (handlerAddress >= codeSize) {
488 "Exception handler offset %d is past the end of the code block.", handlerAddress);
493 handler.getExceptionType(), startAddress, endAddress, handlerAddress);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
CodeItem.java 218 int handlerAddress = reader.readSmallUleb128();
219 out.annotateTo(reader.getOffset(), "addr = 0x%x", handlerAddress);

Completed in 175 milliseconds