/system/bt/osi/test/ |
D | semaphore_test.cc | 23 SemaphoreTestSequenceHelper* helper = in sleep_then_increment_counter() local 25 CHECK(helper); in sleep_then_increment_counter() 26 CHECK(helper->semaphore); in sleep_then_increment_counter() 28 ++helper->counter; in sleep_then_increment_counter() 29 semaphore_post(helper->semaphore); in sleep_then_increment_counter()
|
/system/extras/simpleperf/ |
D | cmd_record_test.cpp | 724 RecordingAppHelper helper; in TestRecordingApps() local 726 ASSERT_TRUE(helper.StartApp("am start " + app_name + "/.MainActivity")); in TestRecordingApps() 728 ASSERT_TRUE(helper.RecordData("--app " + app_name + " -g --duration 10 -e " + GetDefaultEvent())); in TestRecordingApps() 738 ASSERT_TRUE(helper.CheckData(process_symbol)); in TestRecordingApps() 741 auto reader = RecordFileReader::CreateInstance(helper.GetDataPath()); in TestRecordingApps() 767 static void RecordJavaApp(RecordingAppHelper& helper) { in RecordJavaApp() argument 769 ASSERT_TRUE(helper.InstallApk(GetTestData("DisplayBitmaps.apk"), in RecordJavaApp() 771 ASSERT_TRUE(helper.InstallApk(GetTestData("DisplayBitmapsTest.apk"), in RecordJavaApp() 776 helper.StartApp("am instrument -w -r -e debug false -e class " in RecordJavaApp() 783 ASSERT_TRUE(helper.RecordData( in RecordJavaApp() [all …]
|
/system/hardware/interfaces/ |
D | update-makefiles.sh | 3 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
|
/system/libhidl/ |
D | update-makefiles.sh | 11 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
|
/system/update_engine/scripts/update_payload/ |
D | payload.py | 282 helper = checker.PayloadChecker( 285 helper.Run(pubkey_file_name=pubkey_file_name, 312 helper = applier.PayloadApplier( 316 helper.Run(new_parts, old_parts=old_parts)
|
/system/bt/main/shim/ |
D | l2c_api.cc | 980 auto* helper = &le_fixed_channel_helper_.find(cid)->second; in L2CA_RegisterFixedChannel() local 981 if (helper == nullptr) { in L2CA_RegisterFixedChannel() 988 common::Unretained(helper)), in L2CA_RegisterFixedChannel() 990 common::Unretained(helper)), in L2CA_RegisterFixedChannel() 992 helper->freg_ = *p_freg; in L2CA_RegisterFixedChannel() 1002 auto* helper = &le_fixed_channel_helper_.find(cid)->second; in L2CA_ConnectFixedChnl() local 1014 common::Unretained(helper), rem_bda), in L2CA_ConnectFixedChnl() 1026 auto* helper = &le_fixed_channel_helper_.find(cid)->second; in L2CA_SendFixedChnlData() local 1030 helper->send(ToGdAddress(rem_bda), in L2CA_SendFixedChnlData() 1041 auto* helper = &le_fixed_channel_helper_.find(cid)->second; in L2CA_RemoveFixedChnl() local [all …]
|
/system/bt/gd/dumpsys/bundler/ |
D | bundler.h | 43 namespace helper { // Part of flatbuffers API
|
D | bundler.cc | 46 if (!flatbuffers::LoadFile(filename, helper::AsBinaryFile, binary_schema)) { in LoadBinarySchema() 199 if (!flatbuffers::LoadFile(filename, helper::AsBinaryFile, &flatfile_data)) { in ReadBundledSchema() 261 …ename.c_str(), (const char*)builder.GetBufferPointer(), builder.GetSize(), helper::AsBinaryFile)) { in WriteBundledSchema()
|
/system/tools/hidl/ |
D | README.md | 41 See update-makefiles-helper.sh and update-all-google-makefiles.sh for examples 54 This is a helper tool to convert C headers to valid .hal files.
|
/system/chre/platform/slpi/include/chre/platform/slpi/see/ |
D | see_cal_helper.h | 86 SeeHelper &helper);
|
/system/chre/platform/slpi/see/ |
D | see_cal_helper.cc | 88 SeeHelper &helper) { in configureCalUpdates() argument 95 helper.configureOnChangeSensor(suid, enable)) { in configureCalUpdates()
|
/system/nfc/src/fuzzers/ |
D | README.md | 49 4. `fuzz.sh` helper script: 52 it easier, a `fuzz.sh` helper script is included. It needs to be run with
|
/system/sepolicy/tools/ |
D | README | 46 A helper script for mapping tags in the signature stanzas of
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | apexd.te | 85 # Allow self-execute for the fork mount helper.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | incidentd.te | 128 # For running am, incident-helper-cmd and similar framework commands.
|
D | apexd.te | 109 # Allow self-execute for the fork mount helper.
|
/system/update_engine/ |
D | Android.bp | 677 // Test helper subprocess program. 762 // We cannot use the default generated AndroidTest.xml because of the use of helper modules
|
D | BUILD.gn | 452 # Test subprocess helper.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | incidentd.te | 137 # For running am, incident-helper-cmd and similar framework commands.
|
D | apexd.te | 136 # Allow self-execute for the fork mount helper.
|
/system/sepolicy/private/ |
D | incidentd.te | 137 # For running am, incident-helper-cmd and similar framework commands.
|
D | apexd.te | 136 # Allow self-execute for the fork mount helper.
|
/system/sepolicy/ |
D | README | 80 Is a helper script for mapping arbitrary tags in the signature stanzas of
|
/system/timezone/ |
D | README.android | 48 - A helper script run before update-tzdata.py.
|