Home
last modified time | relevance | path

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

/system/libhwbinder/
DParcel.cpp123 const flat_binder_object& fbo = reinterpret_cast<const flat_binder_object&>(obj); in acquire_object() local
124 acquire_binder_object(proc, fbo, who); in acquire_object()
634 const flat_binder_object *fbo = reinterpret_cast<const flat_binder_object*>(hdr); in writeObject() local
635 if (fbo->binder != 0) { in writeObject()
637 acquire_binder_object(ProcessState::self(), *fbo, this); in writeObject()