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

  /bionic/libc/kernel/uapi/linux/android/
binder.h 96 #define BINDER_CURRENT_PROTOCOL_VERSION 7
98 #define BINDER_CURRENT_PROTOCOL_VERSION 8
  /external/kernel-headers/original/uapi/linux/android/
binder.h 185 #define BINDER_CURRENT_PROTOCOL_VERSION 7
187 #define BINDER_CURRENT_PROTOCOL_VERSION 8
  /frameworks/native/libs/binder/
ProcessState.cpp 392 if (result != 0 || vers != BINDER_CURRENT_PROTOCOL_VERSION) {
394 vers, BINDER_CURRENT_PROTOCOL_VERSION, result);
  /system/libhwbinder/
ProcessState.cpp 359 if (result != 0 || vers != BINDER_CURRENT_PROTOCOL_VERSION) {
360 ALOGE("Binder driver protocol(%d) does not match user space protocol(%d)!", vers, BINDER_CURRENT_PROTOCOL_VERSION);
  /frameworks/native/cmds/servicemanager/
binder.c 116 (vers.protocol_version != BINDER_CURRENT_PROTOCOL_VERSION)) {
119 vers.protocol_version, BINDER_CURRENT_PROTOCOL_VERSION);
  /frameworks/native/libs/binder/tests/
binderDriverInterfaceTest.cpp 149 ASSERT_EQ(BINDER_CURRENT_PROTOCOL_VERSION, version.protocol_version);

Completed in 163 milliseconds