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

  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
ExtractGuidedSectionLib.h 114 Registers the handlers specified by GetInfoHandler and DecodeHandler with the GUID specified by SectionGuid.
120 If DecodeHandler is NULL, then ASSERT().
127 @param[in] DecodeHandler Pointer to a function that decodes a GUIDed section into a caller
139 IN EXTRACT_GUIDED_SECTION_DECODE_HANDLER DecodeHandler
254 GetInfoHandler and DecodeHandler.
268 @param[out] DecodeHandler Pointer to a function that decodes a GUIDed section into a caller
281 OUT EXTRACT_GUIDED_SECTION_DECODE_HANDLER *DecodeHandler OPTIONAL
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseExtractGuidedSectionLib/
BaseExtractGuidedSectionLib.c 145 Registers the handlers specified by GetInfoHandler and DecodeHandler with the GUID specified by SectionGuid.
151 If DecodeHandler is NULL, then ASSERT().
158 @param[in] DecodeHandler The pointer to a function that decodes a GUIDed section into a caller
170 IN EXTRACT_GUIDED_SECTION_DECODE_HANDLER DecodeHandler
182 ASSERT (DecodeHandler != NULL);
201 HandlerInfo->ExtractDecodeHandlerTable [Index] = DecodeHandler;
218 HandlerInfo->ExtractDecodeHandlerTable [HandlerInfo->NumberOfExtractHandler] = DecodeHandler;
417 GetInfoHandler and DecodeHandler.
431 @param[out] DecodeHandler Pointer to a function that decodes a GUIDed section into a caller
444 OUT EXTRACT_GUIDED_SECTION_DECODE_HANDLER *DecodeHandler OPTIONAL
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeExtractGuidedSectionLib/
DxeExtractGuidedSectionLib.c 150 Registers the handlers specified by GetInfoHandler and DecodeHandler with the GUID specified by SectionGuid.
156 If DecodeHandler is NULL, then ASSERT().
163 @param[in] DecodeHandler The pointer to a function that decodes a GUIDed section into a caller
175 IN EXTRACT_GUIDED_SECTION_DECODE_HANDLER DecodeHandler
186 ASSERT (DecodeHandler != NULL);
196 mExtractDecodeHandlerTable [Index] = DecodeHandler;
215 mExtractDecodeHandlerTable [mNumberOfExtractHandler] = DecodeHandler;
398 GetInfoHandler and DecodeHandler.
412 @param[out] DecodeHandler Pointer to a function that decodes a GUIDed section into a caller
425 OUT EXTRACT_GUIDED_SECTION_DECODE_HANDLER *DecodeHandler OPTIONAL
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiExtractGuidedSectionLib/
PeiExtractGuidedSectionLib.c 168 Registers the handlers specified by GetInfoHandler and DecodeHandler with the GUID specified by SectionGuid.
174 If DecodeHandler is NULL, then ASSERT().
181 @param[in] DecodeHandler The pointer to a function that decodes a GUIDed section into a caller
193 IN EXTRACT_GUIDED_SECTION_DECODE_HANDLER DecodeHandler
205 ASSERT (DecodeHandler != NULL);
226 HandlerInfo->ExtractDecodeHandlerTable [Index] = DecodeHandler;
243 HandlerInfo->ExtractDecodeHandlerTable [HandlerInfo->NumberOfExtractHandler] = DecodeHandler;
452 GetInfoHandler and DecodeHandler.
466 @param[out] DecodeHandler Pointer to a function that decodes a GUIDed section into a caller
479 OUT EXTRACT_GUIDED_SECTION_DECODE_HANDLER *DecodeHandler OPTIONAL
    [all...]
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeHandler.java 34 final class DecodeHandler extends Handler {
36 private static final String TAG = DecodeHandler.class.getSimpleName();
42 DecodeHandler(CaptureActivity activity, Hashtable<DecodeHintType,Object> hints) {
DecodeThread.java 74 handler = new DecodeHandler(activity, hints);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/
PrePiExtractGuidedSectionLib.c 50 IN EXTRACT_GUIDED_SECTION_DECODE_HANDLER DecodeHandler
77 SavedData->ExtractDecodeHandlerTable [Index] = DecodeHandler;
93 SavedData->ExtractDecodeHandlerTable [SavedData->NumberOfExtractHandler] = DecodeHandler;

Completed in 141 milliseconds