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

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

Completed in 57 milliseconds