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

  /frameworks/base/include/binder/
Parcel.h 36 struct flat_binder_object; // defined in support_p/binder_module.h
112 status_t writeObject(const flat_binder_object& val, bool nullMetaData);
160 const flat_binder_object* readObject(bool nullMetaData) const;
231 const flat_binder_object& obj, const void* who);
233 const flat_binder_object& obj, const void* who);
236 const sp<IBinder>& binder, flat_binder_object* out);
238 const wp<IBinder>& binder, flat_binder_object* out);
240 const flat_binder_object& flat, sp<IBinder>* out);
242 const flat_binder_object& flat, wp<IBinder>* out);
  /frameworks/base/libs/binder/
Parcel.cpp 68 const flat_binder_object& obj, const void* who)
105 const flat_binder_object& obj, const void* who)
141 const sp<IBinder>& binder, const flat_binder_object& flat, Parcel* out)
149 flat_binder_object obj;
180 flat_binder_object obj;
226 BpBinder* proxy, const flat_binder_object& flat, const Parcel& in)
234 const flat_binder_object* flat = in.readObject(false);
253 const flat_binder_object* flat = in.readObject(false);
420 flat_binder_object* flat
421 = reinterpret_cast<flat_binder_object*>(mData + off)
    [all...]
  /frameworks/base/include/private/binder/
binder_module.h 46 struct flat_binder_object {
  /bionic/libc/kernel/common/linux/
binder.h 33 struct flat_binder_object { struct
  /development/ndk/platforms/android-3/include/linux/
binder.h 33 struct flat_binder_object { struct
  /external/kernel-headers/original/linux/
binder.h 49 struct flat_binder_object { struct
143 /* offsets from buffer to flat_binder_object structs */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
binder.h 33 struct flat_binder_object { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
binder.h 33 struct flat_binder_object { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
binder.h 33 struct flat_binder_object { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
binder.h 33 struct flat_binder_object { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
binder.h 33 struct flat_binder_object { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
binder.h 33 struct flat_binder_object { struct

Completed in 312 milliseconds