Home
last modified time | relevance | path

Searched refs:helper (Results 1 – 24 of 24) sorted by relevance

/system/bt/osi/test/
Dsemaphore_test.cc23 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/
Dcmd_record_test.cpp724 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/
Dupdate-makefiles.sh3 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
/system/libhidl/
Dupdate-makefiles.sh11 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
/system/update_engine/scripts/update_payload/
Dpayload.py282 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/
Dl2c_api.cc980 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/
Dbundler.h43 namespace helper { // Part of flatbuffers API
Dbundler.cc46 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/
DREADME.md41 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/
Dsee_cal_helper.h86 SeeHelper &helper);
/system/chre/platform/slpi/see/
Dsee_cal_helper.cc88 SeeHelper &helper) { in configureCalUpdates() argument
95 helper.configureOnChangeSensor(suid, enable)) { in configureCalUpdates()
/system/nfc/src/fuzzers/
DREADME.md49 4. `fuzz.sh` helper script:
52 it easier, a `fuzz.sh` helper script is included. It needs to be run with
/system/sepolicy/tools/
DREADME46 A helper script for mapping tags in the signature stanzas of
/system/sepolicy/prebuilts/api/29.0/private/
Dapexd.te85 # Allow self-execute for the fork mount helper.
/system/sepolicy/prebuilts/api/30.0/private/
Dincidentd.te128 # For running am, incident-helper-cmd and similar framework commands.
Dapexd.te109 # Allow self-execute for the fork mount helper.
/system/update_engine/
DAndroid.bp677 // Test helper subprocess program.
762 // We cannot use the default generated AndroidTest.xml because of the use of helper modules
DBUILD.gn452 # Test subprocess helper.
/system/sepolicy/prebuilts/api/31.0/private/
Dincidentd.te137 # For running am, incident-helper-cmd and similar framework commands.
Dapexd.te136 # Allow self-execute for the fork mount helper.
/system/sepolicy/private/
Dincidentd.te137 # For running am, incident-helper-cmd and similar framework commands.
Dapexd.te136 # Allow self-execute for the fork mount helper.
/system/sepolicy/
DREADME80 Is a helper script for mapping arbitrary tags in the signature stanzas of
/system/timezone/
DREADME.android48 - A helper script run before update-tzdata.py.