/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/bt/stack/test/ |
D | stack_btu_test.cc | 60 TimeoutHelper helper; variable 71 helper.notify(); in do_in_jni_thread() 99 helper.wait(5, base::Bind(&BtuMessageLoopTest::Fail, base::Unretained(this), in SetUp() 122 FROM_HERE, base::Bind(&TimeoutHelper::notify, base::Unretained(&helper))); in TEST_F() 125 helper.wait(5, base::Bind(&BtuMessageLoopTest::Fail, base::Unretained(this), in TEST_F()
|
/system/bt/main/shim/ |
D | l2c_api.cc | 347 auto* helper = &le_fixed_channel_helper_.find(cid)->second; in L2CA_RegisterFixedChannel() local 348 if (helper == nullptr) { in L2CA_RegisterFixedChannel() 357 common::Unretained(helper)), in L2CA_RegisterFixedChannel() 359 common::Unretained(helper)), in L2CA_RegisterFixedChannel() 361 helper->freg_ = *p_freg; in L2CA_RegisterFixedChannel() 372 auto* helper = &le_fixed_channel_helper_.find(cid)->second; in L2CA_ConnectFixedChnl() local 378 common::Unretained(helper), rem_bda), in L2CA_ConnectFixedChnl() 405 auto* helper = &le_fixed_channel_helper_.find(cid)->second; in L2CA_SendFixedChnlData() local 409 bool sent = helper->send(remote, MakeUniquePacket(data, len)); in L2CA_SendFixedChnlData() 419 auto* helper = &le_fixed_channel_helper_.find(cid)->second; in L2CA_RemoveFixedChnl() local [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 | 296 helper = checker.PayloadChecker( 299 helper.Run(pubkey_file_name=pubkey_file_name, 326 helper = applier.PayloadApplier( 330 helper.Run(new_parts, old_parts=old_parts)
|
/system/extras/simpleperf/ |
D | cmd_record_test.cpp | 836 RecordingAppHelper helper; in TestRecordingApps() local 838 ASSERT_TRUE(helper.StartApp("am start " + app_name + "/.MainActivity")); in TestRecordingApps() 840 ASSERT_TRUE(helper.RecordData("--app " + app_name + " -g --duration 3 -e " + GetDefaultEvent())); in TestRecordingApps() 850 ASSERT_TRUE(helper.CheckData(process_symbol)); in TestRecordingApps() 869 RecordingAppHelper helper; in TEST() local 871 ASSERT_TRUE(helper.InstallApk(GetTestData("DisplayBitmaps.apk"), in TEST() 873 ASSERT_TRUE(helper.InstallApk(GetTestData("DisplayBitmapsTest.apk"), in TEST() 878 helper.StartApp("am instrument -w -r -e debug false -e class " in TEST() 885 ASSERT_TRUE(helper.RecordData( in TEST() 899 ASSERT_TRUE(helper.CheckData(process_symbol)); in TEST() [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 51 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 | 83 SeeHelper &helper);
|
/system/chre/platform/slpi/see/ |
D | see_cal_helper.cc | 89 SeeHelper &helper) { in configureCalUpdates() argument 96 helper.configureOnChangeSensor(suid, enable)) { in configureCalUpdates()
|
/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/update_engine/ |
D | Android.bp | 559 // Test helper subprocess program. 644 // We cannot use the default generated AndroidTest.xml because of the use of helper modules
|
D | BUILD.gn | 439 # Test subprocess 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/sepolicy/private/ |
D | incidentd.te | 128 # For running am, incident-helper-cmd and similar framework commands.
|
D | apexd.te | 112 # Allow self-execute for the fork mount helper.
|
/system/sepolicy/ |
D | README | 69 Is a helper script for mapping arbitrary tags in the signature stanzas of
|
/system/core/adb/ |
D | OVERVIEW.TXT | 11 for the benefit of clients (command-line users, or helper programs like
|
/system/timezone/ |
D | README.android | 48 - A helper script run before update-tzdata.py.
|