Home
last modified time | relevance | path

Searched refs:helper (Results 1 – 15 of 15) 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/hardware/interfaces/
Dupdate-makefiles.sh3 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
/system/update_engine/scripts/update_payload/
Dpayload.py298 helper = checker.PayloadChecker(
301 helper.Run(pubkey_file_name=pubkey_file_name,
328 helper = applier.PayloadApplier(
332 helper.Run(new_parts, old_parts=old_parts)
/system/tools/hidl/
DREADME.md41 See update-makefiles-helper.sh and update-all-google-makefiles.sh for examples
46 This is a helper tool to convert C headers to valid .hal files.
/system/extras/perfprofd/
Dperfprofdcore.cc263 AlarmHelper helper(10, pid); in get_camera_active() local
543 HardwireCpuHelper helper(take_action); in collect_profile() local
/system/sepolicy/tools/
DREADME46 A helper script for mapping tags in the signature stanzas of
/system/netd/resolv/
DREADME.md24 `DnsTlsQueryMap` and `DnsTlsSessionCache` are helper classes owned by `DnsTlsTransport`.
38 Classes that spawn a helper thread call `thread::join()` in their destructor to ensure
/system/sepolicy/private/
Dapexd.te85 # Allow self-execute for the fork mount helper.
/system/sepolicy/prebuilts/api/29.0/private/
Dapexd.te85 # 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.android40 - A helper script run before update-tzdata.py.
/system/update_engine/
Dupdate_engine.gyp519 # Test subprocess helper.
DAndroid.bp569 // Test helper subprocess program.