Searched refs:isPlatformTelemetryEnabled (Results 1 – 2 of 2) sorted by relevance
160 if (!loggingCallbacksSet && !DeviceManager::get()->isPlatformTelemetryEnabled()) { in onCompilationFinish()179 if (DeviceManager::get()->isPlatformTelemetryEnabled()) { in onCompilationFinish()199 if (!loggingCallbacksSet && !DeviceManager::get()->isPlatformTelemetryEnabled()) { in onExecutionFinish()236 if (DeviceManager::get()->isPlatformTelemetryEnabled()) { in onExecutionFinish()
187 bool isPlatformTelemetryEnabled() const { return mIsPlatformTelemetryEnabled; } in isPlatformTelemetryEnabled() function