Loading libs/binder/BpBinder.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -279,7 +279,7 @@ status_t BpBinder::transact( if (mAlive) { bool privateVendor = flags & FLAG_PRIVATE_VENDOR; // don't send userspace flags to the kernel flags = flags & ~FLAG_PRIVATE_VENDOR; flags = flags & ~static_cast<uint32_t>(FLAG_PRIVATE_VENDOR); // user transactions require a given stability level if (code >= FIRST_CALL_TRANSACTION && code <= LAST_CALL_TRANSACTION) { Loading libs/binder/RpcSession.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ #include "RpcWireFormat.h" #include "Utils.h" #ifndef __ANDROID_RECOVERY__ #if defined(__ANDROID__) && !defined(__ANDROID_RECOVERY__) #include <android_runtime/vm.h> #include <jni.h> #endif Loading Loading @@ -316,7 +316,7 @@ RpcSession::PreJoinSetupResult RpcSession::preJoinSetup( } namespace { #ifdef __ANDROID_RECOVERY__ #if !defined(__ANDROID__) || defined(__ANDROID_RECOVERY__) class JavaThreadAttacher {}; #else // RAII object for attaching / detaching current thread to JVM if Android Runtime exists. If Loading Loading
libs/binder/BpBinder.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -279,7 +279,7 @@ status_t BpBinder::transact( if (mAlive) { bool privateVendor = flags & FLAG_PRIVATE_VENDOR; // don't send userspace flags to the kernel flags = flags & ~FLAG_PRIVATE_VENDOR; flags = flags & ~static_cast<uint32_t>(FLAG_PRIVATE_VENDOR); // user transactions require a given stability level if (code >= FIRST_CALL_TRANSACTION && code <= LAST_CALL_TRANSACTION) { Loading
libs/binder/RpcSession.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ #include "RpcWireFormat.h" #include "Utils.h" #ifndef __ANDROID_RECOVERY__ #if defined(__ANDROID__) && !defined(__ANDROID_RECOVERY__) #include <android_runtime/vm.h> #include <jni.h> #endif Loading Loading @@ -316,7 +316,7 @@ RpcSession::PreJoinSetupResult RpcSession::preJoinSetup( } namespace { #ifdef __ANDROID_RECOVERY__ #if !defined(__ANDROID__) || defined(__ANDROID_RECOVERY__) class JavaThreadAttacher {}; #else // RAII object for attaching / detaching current thread to JVM if Android Runtime exists. If Loading