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

  /frameworks/base/core/java/android/net/
NetworkBadging.java 36 * Utility methods for working with network badging.
46 public @interface Badging {}
56 * Returns a Wi-Fi icon for a network with a given signal level and badging value.
60 * @param badging {@see NetworkBadging#Badging}, retrieved from
64 * @throws IllegalArgumentException if {@code signalLevel} is out of range or {@code badging}
68 @IntRange(from=0, to=4) int signalLevel, @Badging int badging, @Nullable Theme theme) {
ScoredNetwork.java 37 * Key used with the {@link #attributes} bundle to define the badging curve.
39 * <p>The badging curve is a {@link RssiCurve} used to map different RSSI values to {@link
40 * NetworkBadging.Badging} enums.
287 * Return the {@link NetworkBadging.Badging} enum for this network for the given RSSI, derived from the
288 * badging curve.
290 * <p>If no badging curve is present, {@link #BADGE_NONE} will be returned.
294 @NetworkBadging.Badging
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/
QuietBoot.c 284 EFI_OEM_BADGING_PROTOCOL *Badging;
344 Badging = NULL;
345 Status = gBS->LocateProtocol (&gEfiOEMBadgingProtocolGuid, NULL, (VOID **) &Badging);
377 if (Badging != NULL) {
381 Status = Badging->GetImage (
382 Badging,
437 if (Badging == NULL) {
568 if (Badging == NULL) {
  /device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/
QuietBoot.c 284 EFI_OEM_BADGING_PROTOCOL *Badging;
344 Badging = NULL;
345 Status = gBS->LocateProtocol (&gEfiOEMBadgingProtocolGuid, NULL, (VOID **) &Badging);
377 if (Badging != NULL) {
381 Status = Badging->GetImage (
382 Badging,
437 if (Badging == NULL) {
568 if (Badging == NULL) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Graphics.c 445 EFI_OEM_BADGING_PROTOCOL *Badging;
487 Badging = NULL;
488 Status = gBS->LocateProtocol (&gEfiOEMBadgingProtocolGuid, NULL, (VOID**)&Badging);
509 if (Badging != NULL) {
510 Status = Badging->GetImage (
511 Badging,
553 if (Badging == NULL) {
645 if (Badging == NULL) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Graphics.c 444 EFI_OEM_BADGING_PROTOCOL *Badging;
486 Badging = NULL;
487 Status = gBS->LocateProtocol (&gEfiOEMBadgingProtocolGuid, NULL, (VOID **) &Badging);
508 if (Badging != NULL) {
509 Status = Badging->GetImage (
510 Badging,
552 if (Badging == NULL) {
644 if (Badging == NULL) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c 905 EFI_OEM_BADGING_PROTOCOL *Badging;
965 Badging = NULL;
966 Status = gBS->LocateProtocol (&gEfiOEMBadgingProtocolGuid, NULL, (VOID **) &Badging);
996 if (Badging != NULL) {
1000 Status = Badging->GetImage (
1001 Badging,
1056 if (Badging == NULL) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c 906 EFI_OEM_BADGING_PROTOCOL *Badging;
966 Badging = NULL;
967 Status = gBS->LocateProtocol (&gEfiOEMBadgingProtocolGuid, NULL, (VOID **) &Badging);
997 if (Badging != NULL) {
1001 Status = Badging->GetImage (
1002 Badging,
1057 if (Badging == NULL) {
    [all...]

Completed in 254 milliseconds