Home
last modified time | relevance | path

Searched refs:unflatten_binder (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DParcel.h947 status_t unflatten_binder(const sp<ProcessState>& proc,
949 status_t unflatten_binder(const sp<ProcessState>& proc,
/frameworks/native/libs/binder/
DParcel.cpp302 status_t unflatten_binder(const sp<ProcessState>& proc, in unflatten_binder() function
321 status_t unflatten_binder(const sp<ProcessState>& proc, in unflatten_binder() function
2210 return unflatten_binder(ProcessState::self(), *this, val); in readNullableStrongBinder()
2226 unflatten_binder(ProcessState::self(), *this, &val); in readWeakBinder()