Searched refs:AParcel_readByte (Results 1 – 7 of 7) sorted by relevance
65 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readByte);181 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readByte); in init_stub_library()
85 PARCEL_READ(int8_t, AParcel_readByte),
33 AParcel_readByte;
560 binder_status_t AParcel_readByte(const AParcel* parcel, int8_t* value) { in AParcel_readByte() function
823 binder_status_t AParcel_readByte(const AParcel* parcel, int8_t* value) __INTRODUCED_IN(29);
344 impl Deserialize for i8 = sys::AParcel_readByte;