Home
last modified time | relevance | path

Searched refs:android (Results 1 – 25 of 178) sorted by relevance

12345678

/system/core/healthd/
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::BatteryProperties *props);
/system/netd/
DUidMarkMap.cpp27 android::RWLock::AutoWLock lock(mRWLock); in add()
38 android::RWLock::AutoWLock lock(mRWLock); in remove()
39 android::netd::List<UidMarkEntry*>::iterator it; in remove()
52 android::RWLock::AutoRLock lock(mRWLock); in getMark()
53 android::netd::List<UidMarkEntry*>::iterator it; in getMark()
66 android::RWLock::AutoRLock lock(mRWLock); in anyRulesForMark()
67 android::netd::List<UidMarkEntry*>::iterator it; in anyRulesForMark()
DUidMarkMap.h40 android::RWLock mRWLock;
41 android::netd::List<UidMarkEntry*> mMap;
DTetherController.h24 typedef android::netd::List<char *> InterfaceCollection;
25 typedef android::netd::List<struct in_addr> NetAddressCollection;
/system/core/logcat/
Dlogcat.cpp88 namespace android { namespace
477 android::show_help(argv[0]); in main()
533 android::g_devCount++; in main()
538 android::g_printBinary = 1; in main()
544 android::g_outputFileName = optarg; in main()
550 android::g_logRotateSizeKBytes in main()
558 android::show_help(argv[0]); in main()
561 android::g_logRotateSizeKBytes = atoi(optarg); in main()
568 android::show_help(argv[0]); in main()
572 android::g_maxRotatedLogs = atoi(optarg); in main()
[all …]
/system/core/libpixelflinger/
Dformat.cpp21 namespace android { namespace
73 *numEntries = sizeof(android::gPixelFormatInfos)/sizeof(GGLFormat); in gglGetPixelFormatTable()
75 return android::gPixelFormatInfos; in gglGetPixelFormatTable()
/system/media/camera/docs/
DCameraCharacteristicsTest.mako26 package android.hardware.camera2.cts;
28 import android.content.Context;
29 import android.hardware.camera2.CameraCharacteristics;
30 import android.hardware.camera2.CameraManager;
31 import android.hardware.camera2.CameraMetadata.Key;
32 import android.test.AndroidTestCase;
33 import android.util.Log;
73 assertNotNull("No hardware level reported! android.info.supportedHardwareLevel",
DCameraMetadataEnums.mako19 ## android.hardware.camera2.CameraMetadata.
49 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
54 … We only support 1 level of inner namespace, i.e. android.a.b and android.a.b.c works, but not and…
DCameraMetadataKeys.mako19 ## android.hardware.camera2.CameraCharacteristics, CaptureRequest, and CaptureResult.
63 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
68 … We only support 1 level of inner namespace, i.e. android.a.b and android.a.b.c works, but not and…
/system/extras/tests/sdcard/
Dsdcard_perf_test.cpp95 using android::kernelVersion;
96 using android::kMinKernelVersionBufferSize;
97 using android::schedFeatures;
98 using android::kMinSchedFeaturesBufferSize;
100 using android::writePidAndWaitForReply;
101 using android::waitForChildrenAndSignal;
102 using android::waitForChildrenOrExit;
176 int oomAdj = android::pidOutOfMemoryAdj(); in printHeader()
181 android::setPidOutOfMemoryAdj(0); in printHeader()
182 printf("adjuted to %d", android::pidOutOfMemoryAdj()); in printHeader()
[all …]
Dtestcase.h75 android::setNewFairSleepers(val); in setNewFairSleepers()
81 android::setNormalizedSleepers(val); in setNormalizedSleepers()
113 if (!android::writePidAndWaitForReply(mIpc[WRITE_TO_PARENT], mIpc[READ_FROM_PARENT])) { in signalParentAndWait()
/system/extras/tests/bionic/libstdc++/
Dtest_csetjmp.cpp38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
41 namespace android namespace
Dtest_csignal.cpp37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
40 namespace android namespace
Dtest_cmath.cpp38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
41 namespace android namespace
Dtest_climits.cpp39 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
42 namespace android namespace
Dtest_cstddef.cpp38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
41 namespace android { namespace
Dtest_cstring.cpp37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
40 namespace android namespace
Dtest_cstdlib.cpp38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
41 namespace android namespace
Dtest_ctime.cpp38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
41 namespace android namespace
/system/extras/timeinfo/
Dtimeinfo.cpp33 uptime = android::uptimeMillis(); in main()
34 realtime = android::elapsedRealtime(); in main()
/system/core/include/utils/
DLog.h36 namespace android {
65 android::LogIfSlow _logIfSlow(LOG_TAG, ANDROID_LOG_DEBUG, timeoutMillis, message);
DTrace.h39 #define ATRACE_NAME(name) android::ScopedTrace ___tracer(ATRACE_TAG, name)
43 namespace android {
/system/security/keystore/
Dkeystore.cpp248 static size_t encode_key_length(const android::String8& keyName) { in encode_key_length()
259 static int encode_key(char* out, const android::String8& keyName) { in encode_key()
683 ResponseCode initialize(const android::String8& pw, Entropy* entropy) { in initialize()
695 ResponseCode writeMasterKey(const android::String8& pw, Entropy* entropy) { in writeMasterKey()
704 ResponseCode readMasterKey(const android::String8& pw, Entropy* entropy) { in readMasterKey()
814 void generateKeyFromPassword(uint8_t* key, ssize_t keySize, const android::String8& pw, in generateKeyFromPassword()
880 for (android::Vector<grant_t*>::iterator it(mGrants.begin()); in ~KeyStore()
886 for (android::Vector<UserState*>::iterator it(mMasterKeys.begin()); in ~KeyStore()
910 ResponseCode initializeUser(const android::String8& pw, uid_t uid) { in initializeUser()
915 ResponseCode writeMasterKey(const android::String8& pw, uid_t uid) { in writeMasterKey()
[all …]
/system/core/libutils/
Dmisc.cpp36 using namespace android;
38 namespace android { namespace
/system/vold/
DDirectVolume.h26 typedef android::List<char *> PathCollection;
80 typedef android::List<DirectVolume *> DirectVolumeCollection;

12345678