Searched defs:deinit (Results 1 - 7 of 7) sorted by relevance

/system/chre/core/
H A Dinit.cc42 void deinit() { function in namespace:chre
43 PlatformSensor::deinit();
45 // EventLoopManager has to be the last one to deinit to handle callback
47 EventLoopManagerSingleton::deinit();
49 LOGD("CHRE deinit");
/system/chre/util/include/chre/util/
H A Dsingleton_impl.h44 void Singleton<ObjectType>::deinit() { function in class:chre::Singleton
/system/chre/platform/linux/
H A Dplatform_sensor.cc32 void PlatformSensor::deinit() { function in class:chre::PlatformSensor
/system/bt/btif/src/
H A Dbtif_sdp.cc129 static bt_status_t deinit() { function
145 sizeof(btsdp_interface_t), init, deinit, search, create_sdp_record,
/system/bt/include/hardware/
H A Dbt_sdp.h131 bt_status_t (*deinit)(); member in struct:__anon828
/system/chre/platform/slpi/see/
H A Dplatform_sensor.cc409 void PlatformSensor::deinit() { function in class:chre::PlatformSensor
410 SeeHelperSingleton::deinit();
/system/chre/platform/slpi/smgr/
H A Dplatform_sensor.cc1367 void PlatformSensor::deinit() { function in class:chre::PlatformSensor
1385 SmrHelperSingleton::deinit();
1423 // Off requests made as part of shutdown come after PlatformSensor::deinit()
1427 CHRE_ASSERT_LOG(success, "Sensor request made before init/after deinit");

Completed in 151 milliseconds