Home
last modified time | relevance | path

Searched refs:helper (Results 1 – 23 of 23) 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/bt/stack/test/
Dstack_btu_test.cc60 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/
Dl2c_api.cc347 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/
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.py296 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/
Dcmd_record_test.cpp836 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/
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
51 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.h83 SeeHelper &helper);
/system/chre/platform/slpi/see/
Dsee_cal_helper.cc89 SeeHelper &helper) { in configureCalUpdates() argument
96 helper.configureOnChangeSensor(suid, enable)) { in configureCalUpdates()
/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/update_engine/
DAndroid.bp559 // Test helper subprocess program.
644 // We cannot use the default generated AndroidTest.xml because of the use of helper modules
DBUILD.gn439 # Test subprocess 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/sepolicy/private/
Dincidentd.te128 # For running am, incident-helper-cmd and similar framework commands.
Dapexd.te112 # Allow self-execute for the fork mount helper.
/system/sepolicy/
DREADME69 Is a helper script for mapping arbitrary tags in the signature stanzas of
/system/core/adb/
DOVERVIEW.TXT11 for the benefit of clients (command-line users, or helper programs like
/system/timezone/
DREADME.android48 - A helper script run before update-tzdata.py.