/system/core/healthd/ |
D | healthd.h | 56 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/ |
D | UidMarkMap.cpp | 27 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()
|
D | UidMarkMap.h | 40 android::RWLock mRWLock; 41 android::netd::List<UidMarkEntry*> mMap;
|
D | TetherController.h | 24 typedef android::netd::List<char *> InterfaceCollection; 25 typedef android::netd::List<struct in_addr> NetAddressCollection;
|
/system/core/logcat/ |
D | logcat.cpp | 88 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/ |
D | format.cpp | 21 namespace android { namespace 73 *numEntries = sizeof(android::gPixelFormatInfos)/sizeof(GGLFormat); in gglGetPixelFormatTable() 75 return android::gPixelFormatInfos; in gglGetPixelFormatTable()
|
/system/media/camera/docs/ |
D | CameraCharacteristicsTest.mako | 26 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",
|
D | CameraMetadataEnums.mako | 19 ## 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…
|
D | CameraMetadataKeys.mako | 19 ## 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/ |
D | sdcard_perf_test.cpp | 95 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 …]
|
D | testcase.h | 75 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++/ |
D | test_csetjmp.cpp | 38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; 41 namespace android namespace
|
D | test_csignal.cpp | 37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; 40 namespace android namespace
|
D | test_cmath.cpp | 38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; 41 namespace android namespace
|
D | test_climits.cpp | 39 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; 42 namespace android namespace
|
D | test_cstddef.cpp | 38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; 41 namespace android { namespace
|
D | test_cstring.cpp | 37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; 40 namespace android namespace
|
D | test_cstdlib.cpp | 38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; 41 namespace android namespace
|
D | test_ctime.cpp | 38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; 41 namespace android namespace
|
/system/extras/timeinfo/ |
D | timeinfo.cpp | 33 uptime = android::uptimeMillis(); in main() 34 realtime = android::elapsedRealtime(); in main()
|
/system/core/include/utils/ |
D | Log.h | 36 namespace android { 65 android::LogIfSlow _logIfSlow(LOG_TAG, ANDROID_LOG_DEBUG, timeoutMillis, message);
|
D | Trace.h | 39 #define ATRACE_NAME(name) android::ScopedTrace ___tracer(ATRACE_TAG, name) 43 namespace android {
|
/system/security/keystore/ |
D | keystore.cpp | 248 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/ |
D | misc.cpp | 36 using namespace android; 38 namespace android { namespace
|
/system/vold/ |
D | DirectVolume.h | 26 typedef android::List<char *> PathCollection; 80 typedef android::List<DirectVolume *> DirectVolumeCollection;
|