HomeSort by relevance Sort by last modified time
    Searched defs:mPlatformType (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecureLib/
PlatformSecureLib.c 29 EFI_PLATFORM_TYPE mPlatformType = TypeUnknown;
42 DEBUG ((EFI_D_INFO, "CheckResetButtonState(): mPlatformType == %d\n", mPlatformType));
43 if (mPlatformType == GalileoGen2) {
54 if (mPlatformType == Galileo) {
161 mPlatformType = (EFI_PLATFORM_TYPE)PcdGet16 (PcdPlatformType);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/
AcpiSmmPlatform.c 107 EFI_PLATFORM_TYPE mPlatformType;
314 mPlatformType = (EFI_PLATFORM_TYPE)PcdGet16 (PcdPlatformType);
782 PlatformPERSTAssert (mPlatformType);
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java 205 private final int mPlatformType;
211 return mPlatformType == AudioSystem.PLATFORM_VOICE;
215 return mPlatformType == AudioSystem.PLATFORM_TELEVISION;
716 mPlatformType = AudioSystem.getPlatformType(context);
    [all...]

Completed in 408 milliseconds