Searched refs:android (Results 1 - 25 of 174) sorted by last modified time

1234567

/system/security/keystore/
H A DIKeystoreService.cpp30 namespace android { namespace
584 IMPLEMENT_META_INTERFACE(KeystoreService, "android.security.keystore");
885 }; // namespace android
H A Dkeystore.cpp248 static size_t encode_key_length(const android::String8& keyName) {
259 static int encode_key(char* out, const android::String8& keyName) {
683 ResponseCode initialize(const android::String8& pw, Entropy* entropy) {
695 ResponseCode writeMasterKey(const android::String8& pw, Entropy* entropy) {
704 ResponseCode readMasterKey(const android::String8& pw, Entropy* entropy) {
814 void generateKeyFromPassword(uint8_t* key, ssize_t keySize, const android::String8& pw,
880 for (android::Vector<grant_t*>::iterator it(mGrants.begin());
886 for (android::Vector<UserState*>::iterator it(mMasterKeys.begin());
910 ResponseCode initializeUser(const android::String8& pw, uid_t uid) {
915 ResponseCode writeMasterKey(const android
1427 namespace android { namespace
[all...]
H A Dkeystore_cli.cpp28 using namespace android;
174 sp<IBinder> binder = sm->getService(String16("android.security.keystore"));
H A Dkeystore_get.cpp22 using namespace android;
26 sp<IBinder> binder = sm->getService(String16("android.security.keystore"));
/system/security/keystore/include/keystore/
H A DIKeystoreService.h24 namespace android { namespace
133 } // namespace android
/system/security/keystore-engine/
H A Ddsa_meth.cpp41 using namespace android;
60 sp<IBinder> binder = sm->getService(String16("android.security.keystore"));
H A Decdsa_meth.cpp45 using namespace android;
66 sp<IBinder> binder = sm->getService(String16("android.security.keystore"));
H A Deng_keystore.cpp50 using namespace android;
111 sp<IBinder> binder = sm->getService(String16("android.security.keystore"));
H A Drsa_meth.cpp41 using namespace android;
83 sp<IBinder> binder = sm->getService(String16("android.security.keystore"));
127 sp<IBinder> binder = sm->getService(String16("android.security.keystore"));
/system/vold/
H A DDirectVolume.h26 typedef android::List<char *> PathCollection;
82 typedef android::List<DirectVolume *> DirectVolumeCollection;
H A DVolume.h107 typedef android::List<Volume *> VolumeCollection;
H A DVolumeManager.h51 typedef android::List<ContainerData*> AsecIdCollection;
/system/vold/tests/
H A DVolumeManager_test.cpp26 namespace android { namespace
56 const char* src2 = "android";
/system/core/debuggerd/
H A Dtombstone.c41 #include <selinux/android.h>
/system/core/healthd/
H A DBatteryMonitor.cpp37 namespace android { namespace
424 }; // namespace android
H A DBatteryMonitor.h27 namespace android { namespace
59 }; // namespace android
H A DBatteryPropertiesRegistrar.cpp26 namespace android { namespace
81 } // namespace android
H A DBatteryPropertiesRegistrar.h29 namespace android { namespace
50 }; // namespace android
H A Dhealthd.cpp35 using namespace android;
H A Dhealthd.h56 android::String8 batteryStatusPath;
57 android::String8 batteryHealthPath;
58 android::String8 batteryPresentPath;
59 android::String8 batteryCapacityPath;
60 android::String8 batteryVoltagePath;
61 android::String8 batteryTemperaturePath;
62 android::String8 batteryTechnologyPath;
63 android::String8 batteryCurrentNowPath;
64 android::String8 batteryChargeCounterPath;
90 int healthd_board_battery_update(struct android
[all...]
H A Dhealthd_board_default.cpp25 int healthd_board_battery_update(struct android::BatteryProperties *props)
/system/core/include/log/
H A Dlogd.h23 #include <android/log.h>
/system/core/include/private/pixelflinger/
H A Dggl_context.h29 namespace android { namespace
/system/core/include/sysutils/
H A DFrameworkClient.h20 typedef android::sysutils::List<FrameworkClient *> FrameworkClientCollection;
H A DFrameworkCommand.h37 typedef android::sysutils::List<FrameworkCommand *> FrameworkCommandCollection;

Completed in 927 milliseconds

1234567