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

  /frameworks/base/include/private/binder/
binder_module.h 40 #define BINDER_TYPE_BINDER 1
  /bionic/libc/kernel/common/linux/
binder.h 21 BINDER_TYPE_BINDER = B_PACK_CHARS('s', 'b', '*', B_TYPE_LARGE),
  /development/ndk/platforms/android-3/include/linux/
binder.h 21 BINDER_TYPE_BINDER = B_PACK_CHARS('s', 'b', '*', B_TYPE_LARGE),
  /external/kernel-headers/original/linux/
binder.h 30 BINDER_TYPE_BINDER = B_PACK_CHARS('s', 'b', '*', B_TYPE_LARGE),
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
binder.h 21 BINDER_TYPE_BINDER = B_PACK_CHARS('s', 'b', '*', B_TYPE_LARGE),
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
binder.h 21 BINDER_TYPE_BINDER = B_PACK_CHARS('s', 'b', '*', B_TYPE_LARGE),
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
binder.h 21 BINDER_TYPE_BINDER = B_PACK_CHARS('s', 'b', '*', B_TYPE_LARGE),
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
binder.h 21 BINDER_TYPE_BINDER = B_PACK_CHARS('s', 'b', '*', B_TYPE_LARGE),
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
binder.h 21 BINDER_TYPE_BINDER = B_PACK_CHARS('s', 'b', '*', B_TYPE_LARGE),
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
binder.h 21 BINDER_TYPE_BINDER = B_PACK_CHARS('s', 'b', '*', B_TYPE_LARGE),
  /frameworks/base/libs/binder/
Parcel.cpp 71 case BINDER_TYPE_BINDER:
108 case BINDER_TYPE_BINDER:
164 obj.type = BINDER_TYPE_BINDER;
169 obj.type = BINDER_TYPE_BINDER;
212 obj.type = BINDER_TYPE_BINDER;
218 obj.type = BINDER_TYPE_BINDER;
238 case BINDER_TYPE_BINDER:
257 case BINDER_TYPE_BINDER:
    [all...]
  /frameworks/base/cmds/servicemanager/
binder.c 481 obj->type = BINDER_TYPE_BINDER;

Completed in 303 milliseconds