Merge "HwBinder: don't rely on kernel headers."
am: b0e6033182
Change-Id: If06f30f1b6f4ee62fd2277b8c1aeeffa9fdd0ae8
This commit is contained in:
@@ -152,7 +152,7 @@ status_t JHwBinder::onTransact(
|
||||
uint32_t flags,
|
||||
TransactCallback callback) {
|
||||
JNIEnv *env = AndroidRuntime::getJNIEnv();
|
||||
bool isOneway = (flags & TF_ONE_WAY) != 0;
|
||||
bool isOneway = (flags & IBinder::FLAG_ONEWAY) != 0;
|
||||
ScopedLocalRef<jobject> replyObj(env, nullptr);
|
||||
sp<JHwParcel> replyContext = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user