Home | History | Annotate | Download | only in benchmarks

Lines Matching full:binder

19  * Binder add integers benchmark
21 * Measures the rate at which a short binder IPC operation can be
48 #include <binder/IPCThreadState.h>
49 #include <binder/ProcessState.h>
50 #include <binder/IServiceManager.h>
250 sp<IBinder> binder;
252 binder = sm->getService(serviceName);
253 if (binder != 0) break;
275 if ((rv = binder->transact(AddIntsService::ADD_INTS,
277 cerr << "binder->transact failed, rv: " << rv