HomeSort by relevance Sort by last modified time
    Searched refs:S_ClosedJava32 (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_reflection_state.h 64 // d) Call closeJava32() to move the instance to the S_ClosedJava32
368 S_ClosedJava32, // Captured information for 32-bit Java
458 bool isClosed() const { return mState==S_ClosedJava32 || mState==S_ClosedJava64; }
slang_rs_reflection_state.cpp 78 mState = S_ClosedJava32;
85 slangAssert(mState==S_ClosedJava32);
    [all...]

Completed in 78 milliseconds