Searched refs:chre_slpi_stop_thread (Results 1 – 5 of 5) sorted by relevance
43 __QAIC_HEADER_EXPORT int __QAIC_HEADER(chre_slpi_stop_thread)(void) __QAIC_HEADER_ATTRIBUTE;
514 return _skel_method_2((void*)__QAIC_IMPL(chre_slpi_stop_thread), _sc, _pra); in __QAIC_SKEL()
558 __QAIC_STUB_EXPORT int __QAIC_STUB(chre_slpi_stop_thread)(void) __QAIC_STUB_ATTRIBUTE { in __QAIC_STUB() argument
57 extern "C" int chre_slpi_stop_thread(void);248 extern "C" int chre_slpi_stop_thread(void) { in chre_slpi_stop_thread() function
102 if ((rc = chre_slpi_stop_thread()) != CHRE_FASTRPC_SUCCESS) { in deinit()