Home
last modified time | relevance | path

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

1234

/system/extras/profcollectd/libprofcollectd/
Dlib.rs69 pub fn terminate() -> Result<()> { in terminate() function
70 get_profcollectd_service()?.terminate()?; in terminate()
Dservice.rs62 fn terminate(&self) -> BinderResult<()> { in terminate() method
/system/core/init/
Dreboot.h30 std::chrono::milliseconds timeout, bool terminate);
Dreboot.cpp520 bool terminate) { in StopServices() argument
522 << (terminate ? "SIGTERM" : "SIGKILL"); in StopServices()
532 if (terminate) { in StopServices()
549 std::chrono::milliseconds timeout, bool terminate) { in StopServicesAndLogViolations() argument
550 StopServices(services, timeout, terminate); in StopServicesAndLogViolations()
556 << (terminate ? "SIGTERM" : "SIGKILL"); in StopServicesAndLogViolations()
/system/extras/profcollectd/binder/com/android/server/profcollect/
DIProfCollectd.aidl22 void terminate(); in terminate() method
/system/extras/profcollectd/
Dprofcollectctl.rs53 libprofcollectd::terminate().context("Failed to terminate collection.")?; in main()
/system/nfc/src/include/
Dnfc_hal_api.h54 tHAL_API_TERMINATE* terminate; member
/system/extras/boottime_tools/bootanalyze/
DREADME.md32 stop_event: <logcat log message which will terminate log collection after reboot>
/system/nfc/src/fuzzers/nci/
Dhal.cc117 .terminate = HalTerminate,
/system/bt/stack/gatt/
Dgatt_cl.cc308 bool terminate = false; in gatt_check_write_long_terminate() local
321 terminate = true; in gatt_check_write_long_terminate()
326 if ((p_attr->offset += p_rsp_value->len) >= p_attr->len) terminate = true; in gatt_check_write_long_terminate()
329 if (terminate && p_clcb->op_subtype != GATT_WRITE_PREPARE) { in gatt_check_write_long_terminate()
332 return terminate; in gatt_check_write_long_terminate()
/system/extras/simpleperf/scripts/
Dapp_profiler.py344 self.record_subproc.terminate()
352 self.record_subproc.terminate()
/system/chre/chpp/
DQUICKSTART.md50 In order to terminate CHPP's main transport layer thread, it is necessary to
/system/extras/simpleperf/scripts/test/
Ddo_test.py265 self.proc.terminate()
/system/nfc/src/adaptation/
DNfcAdaptation.cc510 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/extras/slideshow/
DNOTICE99 granted to You under this License for that Work shall terminate
/system/core/libsync/
DNOTICE99 granted to You under this License for that Work shall terminate
/system/extras/puncture_fs/
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/libfec/
DNOTICE99 granted to You under this License for that Work shall terminate
/system/extras/mmap-perf/
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/core/libutils/
DNOTICE99 granted to You under this License for that Work shall terminate
/system/logging/logwrapper/
DNOTICE99 granted to You under this License for that Work shall terminate

1234