Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DParcel.h781 status_t unflatten_binder(const sp<ProcessState>& proc,
783 status_t unflatten_binder(const sp<ProcessState>& proc,
/frameworks/native/libs/binder/
DParcel.cpp330 status_t unflatten_binder(const sp<ProcessState>& proc, in unflatten_binder() function
349 status_t unflatten_binder(const sp<ProcessState>& proc, in unflatten_binder() function
1915 return unflatten_binder(ProcessState::self(), *this, val); in readStrongBinder()
1928 unflatten_binder(ProcessState::self(), *this, &val); in readWeakBinder()