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

/system/security/keystore/
H A Dkeystore_get.cpp18 #include <binder/IServiceManager.h>
26 sp<IBinder> binder = sm->getService(String16("android.security.keystore")); local
27 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
H A Dkeystore_cli.cpp23 #include <binder/IPCThreadState.h>
24 #include <binder/IServiceManager.h>
174 sp<IBinder> binder = sm->getService(String16("android.security.keystore")); local
175 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
H A DIKeystoreService.cpp24 #include <binder/Parcel.h>
25 #include <binder/IPCThreadState.h>
26 #include <binder/IServiceManager.h>
H A Dkeystore.cpp52 #include <binder/IPCThreadState.h>
53 #include <binder/IServiceManager.h>
1436 ALOGE("binder death detected");
2349 ALOGE("Couldn't register binder service!");
/system/security/keystore-engine/
H A Drsa_meth.cpp32 #include <binder/IServiceManager.h>
83 sp<IBinder> binder = sm->getService(String16("android.security.keystore")); local
84 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
127 sp<IBinder> binder = sm->getService(String16("android.security.keystore")); local
128 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
H A Ddsa_meth.cpp32 #include <binder/IServiceManager.h>
60 sp<IBinder> binder = sm->getService(String16("android.security.keystore")); local
61 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
H A Decdsa_meth.cpp32 #include <binder/IServiceManager.h>
66 sp<IBinder> binder = sm->getService(String16("android.security.keystore")); local
67 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
H A Deng_keystore.cpp44 #include <binder/IServiceManager.h>
111 sp<IBinder> binder = sm->getService(String16("android.security.keystore")); local
112 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp21 * 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; local
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
/system/core/healthd/
H A DBatteryMonitor.h20 #include <binder/IInterface.h>
H A DBatteryPropertiesRegistrar.h22 #include <binder/IBinder.h>
H A DBatteryPropertiesRegistrar.cpp21 #include <binder/IServiceManager.h>
H A Dhealthd.cpp28 #include <binder/IPCThreadState.h>
29 #include <binder/ProcessState.h>
57 // epoll events: uevent, wakealarm, binder
/system/security/keystore/include/keystore/
H A DIKeystoreService.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
/system/extras/tests/fstest/
H A Dperm_checker.conf45 /dev/binder 666 666 root root root root

Completed in 312 milliseconds