Searched refs:Context (Results 1 - 25 of 567) sorted by relevance

1234567891011>>

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
H A DIfrParse.c42 typedef STATUS (*IFR_PARSE_FUNCTION) (IFR_PARSE_CONTEXT * Context);
53 IFR_PARSE_CONTEXT *Context
58 IFR_PARSE_CONTEXT *Context
63 IFR_PARSE_CONTEXT *Context
68 IFR_PARSE_CONTEXT *Context
73 IFR_PARSE_CONTEXT *Context
78 IFR_PARSE_CONTEXT *Context
83 IFR_PARSE_CONTEXT *Context
88 IFR_PARSE_CONTEXT *Context
93 IFR_PARSE_CONTEXT *Context
718 IFR_PARSE_CONTEXT *Context; local
865 GetVarStoreInfo( IFR_PARSE_CONTEXT *Context, UINT16 VarId, EFI_GUID **VarStoreGuid, char **VarStoreName ) argument
945 IFR_PARSE_CONTEXT *Context; local
986 IFR_PARSE_CONTEXT *Context; local
1025 IFR_PARSE_CONTEXT *Context; local
1176 SetDefaults( IFR_PARSE_CONTEXT *Context, UINT32 MfgDefaults ) argument
[all...]
/device/google/dragon/DragonKeyboard/src/com/android/dragonkeyboard/
H A DDragonKeyboardReceiver.java20 import android.content.Context;
25 public void onReceive(Context context, Intent intent) {
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
H A DVerticalSlider.java3 import android.content.Context;
7 public VerticalSlider(Context context) {
12 public VerticalSlider(Context context, AttributeSet attrs) {
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
H A DDelete.c27 @param[in] Context The pointer to DELETE_POLICY_ENTRY_CONTEXT.
36 IN DELETE_POLICY_ENTRY_CONTEXT *Context
39 if (mMatchPolicyEntry[Context->DataType] (Selector, Data, &Context->Indexer)) {
40 Context->Status = mIpSecConfig->SetData (
42 Context->DataType,
73 DELETE_POLICY_ENTRY_CONTEXT Context; local
94 Status = mConstructPolicyEntryIndexer[DataType] (&Context.Indexer, ParamPackage);
96 Context.DataType = DataType;
97 Context
[all...]
H A DForEach.h26 @param[in] Context The pointer to the Index in SPD/SAD/PAD Database.
35 IN VOID *Context
43 @param[in] Context The pointer to the context of a function.
51 IN VOID *Context
/device/huawei/angler/AnglerLayout/src/com/google/android/launcher/layouts/angler/
H A DPartnerCustomizationReceiver.java20 import android.content.Context;
28 public void onReceive(Context context, Intent intent) {
/device/lge/bullhead/BullheadLayout/src/com/google/android/launcher/layouts/bullhead/
H A DPartnerCustomizationReceiver.java20 import android.content.Context;
28 public void onReceive(Context context, Intent intent) {
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DebugAgentLibNull/
H A DDebugAgentLibNull.c28 passing in the Context to be its parameter.
34 @param[in] Context Context needed according to InitFlag; it was optional.
43 IN VOID *Context, OPTIONAL
48 Function (Context);
41 InitializeDebugAgent( IN UINT32 InitFlag, IN VOID *Context, OPTIONAL IN DEBUG_AGENT_CONTINUE Function OPTIONAL ) argument
/device/sample/apps/SetupCustomizer/src/com/android/tvsetup/partnercustomizer/
H A DPartnerReceiver.java20 import android.content.Context;
31 public void onReceive(Context context, Intent intent) {
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
H A DQNCRootPorts.c45 VOID *Context; local
71 &Context
78 Status = S3BootScriptSaveDispatch2 (S3DispatchEntryPoint, Context);
/device/sample/apps/LeanbackWidget/src/com/google/android/leanbacklauncher/partnerwidget/
H A DClockWidgetProvider.java6 import android.content.Context;
21 public void onReceive(Context context, Intent intent) {
42 public void onAppWidgetOptionsChanged(Context context, AppWidgetManager appWidgetManager,
47 public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) {
52 private void update(Context context) {
58 private RemoteViews getRemoteViews(Context context) {
65 private static int getConnectedResId(Context context) {
67 .getSystemService(Context.CONNECTIVITY_SERVICE);
85 private static void writeConnectivity(Context context, boolean inetConnected) {
86 context.getSharedPreferences(SHARED_PREFS, Context
[all...]
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
H A DEvents.c31 @param Context The pointer to the notification function's
40 IN VOID *Context
54 Dev = Context;
75 IN VOID *Context
87 Dev = Context;
/device/google/marlin/telephony/ims/src/org/codeaurora/ims/utils/
H A DQtiCallUtils.java31 import android.content.Context;
50 public static boolean isCsRetryEnabledByUser(Context context) {
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/
H A DSecPeiDebugAgentLib.h26 VOID *Context; member in struct:__anon9385
35 @param[in] Context The first input argument of DebugPortInitialize().
42 IN VOID *Context,
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNC/
H A DQNCSmmSx.c42 OUT QNC_SMM_CONTEXT *Context
52 Context->Sx.Phase = SxEntry;
60 Context->Sx.Type = SxS0;
64 Context->Sx.Type = SxS3;
68 Context->Sx.Type = SxS4;
72 Context->Sx.Type = SxS5;
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassBot.h97 in the Context if Context isn't NULL.
100 @param Context The buffer to save the context to
110 OUT VOID **Context OPTIONAL
117 @param Context The context of the BOT protocol, that is,
134 IN VOID *Context,
148 @param Context The context of the BOT protocol, that is,
159 IN VOID *Context,
166 @param Context The context of the BOT protocol, that is, USB_BOT_PROTOCOL
176 IN VOID *Context,
[all...]
H A DUsbMassCbi.h60 in the Context if Context isn't NULL.
63 @param Context The buffer to save the context to
73 OUT VOID **Context OPTIONAL
79 @param Context The USB CBI Protocol.
95 IN VOID *Context,
113 @param Context The USB CBI protocol
123 IN VOID *Context,
130 @param Context The instance of CBI protocol.
137 IN VOID *Context
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/PeiTransferControl/
H A DPeiTransferControl.h35 OUT VOID *Context
42 IN VOID *Context
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
H A DDebugAgentLib.h32 // Context for DEBUG_AGENT_INIT_POSTMEM_SEC
44 @param[in] Context The first input parameter of InitializeDebugAgent().
50 IN VOID *Context
65 passing in the Context to be its parameter.
71 @param[in] Context Context needed according to InitFlag; it was optional.
80 IN VOID *Context, OPTIONAL
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/Library/
H A DDebugCommunicationLib.h25 @param[in] Context The first input argument of DebugPortInitialize().
32 IN VOID *Context,
47 invoke it by passing in the Context to be the first parameter. Debug Communication
52 If the parameter Function is NULL, and Context is not NULL. At this time, Context
56 instance, it could return the same handle as passed in (as Context parameter).
58 private data of the previous instance, it could ignore the input Context parameter
61 If Function() is NULL and Context is NULL, Debug Communication Library could create a
64 @param[in] Context Context neede
[all...]
/device/sample/apps/upgrade/src/com/example/android/platform/upgrade/
H A DUpgrade.java21 import android.content.Context;
34 public void onReceive(Context context, Intent intent) {
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
H A DI2cSlave.h41 @param[in] Context The value passed to the slave enable routine.
52 IN VOID *Context,
61 @param[in] Context The value passed to the slave enable routine.
67 IN VOID *Context,
76 @param[in] Context The value passed to the slave enable routine.
94 IN VOID *Context,
132 @param[in] Context Address of a context structure for use when
153 IN VOID *Context,
H A DMmioDevice.h38 // Context for the protocol
40 VOID *Context;
31 VOID *Context; member in struct:__anon9901
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4If.h42 @param[in] Context Additional data for callback.
53 IN VOID *Context
68 VOID *Context; member in struct:__anon6449
86 VOID *Context; member in struct:__anon6450
121 @param Context Additional data for callback.
130 VOID *Context
264 @param[in] Context Opaque parameter to the call back.
279 IN VOID *Context
292 @param[in] Context Opaque parameters passed to FrameToCancel.
300 IN VOID *Context
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
H A DIp6If.h45 VOID *Context
57 VOID *Context; member in struct:__anon8447
72 VOID *Context; member in struct:__anon8448
99 VOID *Context
194 @param Context Context for the callback.
201 IN VOID *Context
234 @param[in] Context Opaque parameter to the call back.
248 IN VOID *Context
257 @param[in] Context Th
[all...]

Completed in 449 milliseconds

1234567891011>>