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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrOpCodeCreation.c 34 Create a SubTitle opcode independent of string creation
41 StringToken - StringToken of the subtitle
43 FormBuffer - Output of subtitle as a form
47 EFI_SUCCESS - Subtitle created to be a form
51 EFI_IFR_SUBTITLE Subtitle;
53 Subtitle.Header.OpCode = EFI_IFR_SUBTITLE_OP;
54 Subtitle.Header.Length = (UINT8) sizeof (EFI_IFR_SUBTITLE);
55 Subtitle.SubTitle = StringToken;
57 EfiCopyMem (FormBuffer, &Subtitle, sizeof (EFI_IFR_SUBTITLE));
    [all...]
IfrOnTheFly.c 214 IN CHAR16 *SubTitle,
222 Create a SubTitle
226 SubTitle - Sub title to be created
228 FormBuffer - Where this subtitle to add to
230 StringBuffer - String buffer created for subtitle
234 EFI_SUCCESS - Subtitle successfully created
239 EFI_IFR_SUBTITLE Subtitle;
248 Status = AddString (StringBuffer, CurrentLanguage, SubTitle, &StringToken);
254 Subtitle.Header.OpCode = EFI_IFR_SUBTITLE_OP;
255 Subtitle.Header.Length = sizeof (EFI_IFR_SUBTITLE);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrOpCodeCreation.c 181 EFI_IFR_SUBTITLE Subtitle;
190 Subtitle.Header.OpCode = EFI_IFR_SUBTITLE_OP;
191 Subtitle.Header.Length = (UINT8) sizeof (EFI_IFR_SUBTITLE);
192 Subtitle.Header.Scope = Scope;
193 Subtitle.Statement.Prompt = Prompt;
194 Subtitle.Statement.Help = Help;
195 Subtitle.Flags = Flags;
198 EfiCopyMem (LocalBuffer, &Subtitle, sizeof (EFI_IFR_SUBTITLE));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrCompile.g 735 #token Subtitle("subtitle") "subtitle"
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrSyntax.g 138 #token Subtitle("subtitle") "subtitle"
    [all...]
  /packages/apps/TV/libs/
exoplayer.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrSyntax.g 135 #token Subtitle("subtitle") "subtitle"
    [all...]

Completed in 326 milliseconds