Searched refs:DevicestatusSensorInterface (Results 1 – 3 of 3) sorted by relevance
28 class DevicestatusSensorInterface {30 DevicestatusSensorInterface() {} in DevicestatusSensorInterface() function31 virtual ~DevicestatusSensorInterface() {} in ~DevicestatusSensorInterface()47 DevicestatusSensorInterface* (*create)();48 void* (*destroy)(DevicestatusSensorInterface*);49 DevicestatusSensorInterface* pAlgorithm;
38 class DevicestatusSensorRdb : public DevicestatusSensorInterface {
363 extern "C" DevicestatusSensorInterface *Create(void) in Create()370 extern "C" void Destroy(DevicestatusSensorInterface* algorithm) in Destroy()