Searched refs:ReportAppStateFunc (Results 1 – 2 of 2) sorted by relevance
31 using ReportAppStateFunc = void (*)(int32_t state, int32_t pid); variable67 ReportAppStateFunc reportAppStateFunc_ = nullptr;
65 …reportAppStateFunc_ = reinterpret_cast<ReportAppStateFunc>(dlsym(handle, "ReportAppStateInProcess"… in LoadUtils()