HomeSort by relevance Sort by last modified time
    Searched refs:mPerformance (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePerformanceLib/
DxePerformanceLib.c 33 PERFORMANCE_PROTOCOL *mPerformance = NULL;
54 if (mPerformanceEx != NULL || mPerformance != NULL) {
74 mPerformance = Performance;
122 } else if (mPerformance != NULL) {
123 Status = mPerformance->StartGauge (Handle, Token, Module, TimeStamp);
174 } else if (mPerformance != NULL) {
175 Status = mPerformance->EndGauge (Handle, Token, Module, TimeStamp);
255 } else if (mPerformance != NULL) {
256 Status = mPerformance->GetGauge (LogEntryKey++, (GAUGE_DATA_ENTRY **) &GaugeData);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmPerformanceLib/
SmmPerformanceLib.c 32 PERFORMANCE_PROTOCOL *mPerformance = NULL;
76 if (mPerformanceEx != NULL || mPerformance != NULL) {
96 mPerformance = Performance;
144 } else if (mPerformance != NULL) {
145 Status = mPerformance->StartGauge (Handle, Token, Module, TimeStamp);
196 } else if (mPerformance != NULL) {
197 Status = mPerformance->EndGauge (Handle, Token, Module, TimeStamp);
277 } else if (mPerformance != NULL) {
278 Status = mPerformance->GetGauge (LogEntryKey++, (GAUGE_DATA_ENTRY **) &GaugeData);
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsSummary.java 46 private Preference mPerformance;
58 mPerformance = findPreference(KEY_PERFORMANCE);
92 mPerformance.setSummary(memString);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSmmPerformanceLib/
DxeSmmPerformanceLib.c 53 PERFORMANCE_PROTOCOL *mPerformance = NULL;
107 if (mPerformanceEx != NULL || mPerformance != NULL) {
127 mPerformance = Performance;
335 } else if (mPerformance != NULL) {
336 Status = mPerformance->GetGauge (LogEntryKey++, (GAUGE_DATA_ENTRY **) &GaugeData);
    [all...]

Completed in 58 milliseconds