Searched refs:reportAppStateFunc_ (Results 1 – 2 of 2) sorted by relevance
65 …reportAppStateFunc_ = reinterpret_cast<ReportAppStateFunc>(dlsym(handle, "ReportAppStateInProcess"… in LoadUtils()66 if (!reportAppStateFunc_) { in LoadUtils()200 if (!reportAppStateFunc_) { in ReportAppStateInProcess()204 reportAppStateFunc_(state, pid); in ReportAppStateInProcess()
67 ReportAppStateFunc reportAppStateFunc_ = nullptr; variable