Home
last modified time | relevance | path

Searched refs:terminate (Results 1 – 25 of 77) sorted by relevance

1234

/system/extras/profcollectd/libprofcollectd/
Dscheduler.cpp138 std::make_unique<std::thread>(PeriodicCollectionWorker, terminate.get_future(), in ScheduleCollection()
149 terminate.set_value(); in TerminateCollection()
152 terminate = std::promise<void>(); // Reset promise. in TerminateCollection()
Dscheduler.h59 std::promise<void> terminate; variable
/system/nfc/src/include/
Dnfc_hal_api.h54 tHAL_API_TERMINATE* terminate; member
/system/extras/boottime_tools/bootanalyze/
DREADME.md8 stop_event: <logcat log message which will terminate log collection after reboot>
/system/core/init/
Dreboot.cpp507 bool terminate) { in StopServices() argument
509 << (terminate ? "SIGTERM" : "SIGKILL"); in StopServices()
516 if (terminate) { in StopServices()
533 std::chrono::milliseconds timeout, bool terminate) { in StopServicesAndLogViolations() argument
534 StopServices(services, timeout, terminate); in StopServicesAndLogViolations()
540 << (terminate ? "SIGTERM" : "SIGKILL"); in StopServicesAndLogViolations()
DNOTICE99 granted to You under this License for that Work shall terminate
/system/bt/stack/gatt/
Dgatt_cl.cc300 bool terminate = false; in gatt_check_write_long_terminate() local
313 terminate = true; in gatt_check_write_long_terminate()
318 if ((p_attr->offset += p_rsp_value->len) >= p_attr->len) terminate = true; in gatt_check_write_long_terminate()
321 if (terminate && p_clcb->op_subtype != GATT_WRITE_PREPARE) { in gatt_check_write_long_terminate()
324 return terminate; in gatt_check_write_long_terminate()
/system/extras/simpleperf/scripts/
Dapp_profiler.py339 self.record_subproc.terminate()
347 self.record_subproc.terminate()
/system/nfc/src/adaptation/
DNfcAdaptation.cc507 mHalEntryFuncs.terminate = HalTerminate; in InitializeHalDeviceContext()
/system/extras/power_profile/camera_avg/
DLICENSE88 granted to You under this License for that Work shall terminate
572 terminate automatically.
590 will not terminate this Public License.
/system/extras/ioblame/
DREADME108 out of the sleep, terminate its tracing, and process the ftraces and
/system/core/adb/
Dtest_adb.py157 proc.terminate()
/system/extras/libfec/
DNOTICE99 granted to You under this License for that Work shall terminate
/system/extras/tests/cpueater/
DNOTICE99 granted to You under this License for that Work shall terminate
/system/extras/sane_schedstat/
DNOTICE99 granted to You under this License for that Work shall terminate
/system/extras/runconuid/
DNOTICE99 granted to You under this License for that Work shall terminate
/system/extras/bootctl/
DNOTICE99 granted to You under this License for that Work shall terminate
/system/incremental_delivery/libdataloader/
DNOTICE99 granted to You under this License for that Work shall terminate
/system/extras/slideshow/
DNOTICE99 granted to You under this License for that Work shall terminate
/system/extras/ext4_utils/
DNOTICE99 granted to You under this License for that Work shall terminate
/system/extras/verity/
DNOTICE99 granted to You under this License for that Work shall terminate
/system/extras/memory_replay/
DNOTICE99 granted to You under this License for that Work shall terminate
/system/core/liblog/
DNOTICE99 granted to You under this License for that Work shall terminate
/system/core/libcutils/
DNOTICE99 granted to You under this License for that Work shall terminate
/system/extras/simpleperf/
DNOTICE99 granted to You under this License for that Work shall terminate

1234