Home
last modified time | relevance | path

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

/system/libhwbinder/
DParcel.cpp137 const flat_binder_object& fbo = reinterpret_cast<const flat_binder_object&>(obj); in acquire_object() local
138 acquire_binder_object(proc, fbo, who); in acquire_object()
748 const flat_binder_object *fbo = reinterpret_cast<const flat_binder_object*>(hdr); in writeObject() local
749 if (fbo->binder != 0) { in writeObject()
751 acquire_binder_object(ProcessState::self(), *fbo, this); in writeObject()