#include "LedService.h" #include namespace android { void LedService::ledOn(void) { printf("LedService::ledOn()\n"); } };