Searched defs:context (Results 1 - 25 of 54) sorted by relevance

123

/device/linaro/bootloader/arm-trusted-firmware/include/bl31/
H A Dcontext_mgmt.h49 void *context,
51 static inline void cm_set_context(void *context, uint32_t security_state);
69 * for the calling CPU that was set as the context for the specified security
83 void cm_set_context(void *context, uint32_t security_state) argument
87 set_cpu_data(cpu_context[security_state], context);
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
H A DVerticalSlider.java7 public VerticalSlider(Context context) { argument
8 super(context);
9 initSliderView(context, true);
12 public VerticalSlider(Context context, AttributeSet attrs) { argument
13 super(context, attrs);
14 initSliderView(context, true);
H A DJoystickView.java24 public JoystickView(Context context) { argument
25 super(context);
26 initJoystickView(context);
29 public JoystickView(Context context, AttributeSet attrs) { argument
30 super(context, attrs);
31 initJoystickView(context);
46 private void initJoystickView(Context context) { argument
49 Resources r = context.getResources();
H A DSlider.java24 public Slider(Context context) { argument
25 super(context);
26 initSliderView(context, false);
29 public Slider(Context context, AttributeSet attrs) { argument
30 super(context, attrs);
31 initSliderView(context, false);
72 protected void initSliderView(Context context, boolean vertical) { argument
75 Resources res = context.getResources();
/device/google/dragon/DragonKeyboard/src/com/android/dragonkeyboard/
H A DDragonKeyboardReceiver.java25 public void onReceive(Context context, Intent intent) { argument
/device/google/marlin/telephony/ims/src/org/codeaurora/ims/utils/
H A DQtiCallUtils.java50 public static boolean isCsRetryEnabledByUser(Context context) { argument
52 context.getContentResolver(),
H A DQtiImsExtUtils.java109 public static boolean isCallTransferEnabled(Context context) { argument
/device/huawei/angler/AnglerLayout/src/com/google/android/launcher/layouts/angler/
H A DPartnerCustomizationReceiver.java28 public void onReceive(Context context, Intent intent) { argument
/device/lge/bullhead/BullheadLayout/src/com/google/android/launcher/layouts/bullhead/
H A DPartnerCustomizationReceiver.java28 public void onReceive(Context context, Intent intent) { argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
H A Dfix_input.py10 context = patcomp.compile_pattern("power< 'eval' trailer< '(' any ')' > >") variable
21 if context.match(node.parent.parent):
/device/sample/apps/SetupCustomizer/src/com/android/tvsetup/partnercustomizer/
H A DPartnerReceiver.java31 public void onReceive(Context context, Intent intent) { argument
/device/sample/apps/upgrade/src/com/example/android/platform/upgrade/
H A DUpgrade.java34 public void onReceive(Context context, Intent intent) { argument
42 context.getPackageManager().setComponentEnabledSetting(
43 new ComponentName(context, getClass()),
/device/sample/apps/LeanbackCustomizer/src/com/google/android/leanbacklauncher/partnercustomizer/
H A DPartnerReceiver.java62 public void onReceive(Context context, Intent intent) { argument
64 mContext = context;
/device/sample/apps/LeanbackWidget/src/com/google/android/leanbacklauncher/partnerwidget/
H A DClockWidgetProvider.java21 public void onReceive(Context context, Intent intent) { argument
32 writeConnectivity(context, connectionStatus > INET_CONDITION_THRESHOLD);
35 update(context);
38 super.onReceive(context, intent);
42 public void onAppWidgetOptionsChanged(Context context, AppWidgetManager appWidgetManager, argument
44 update(context);
47 public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) { argument
48 update(context);
49 super.onUpdate(context, appWidgetManager, appWidgetIds);
52 private void update(Context context) { argument
58 getRemoteViews(Context context) argument
65 getConnectedResId(Context context) argument
85 writeConnectivity(Context context, boolean inetConnected) argument
90 readConnectivity(Context context) argument
[all...]
/device/google/contexthub/firmware/os/core/
H A DeventQ.c159 bool (*match)(uint32_t evtType, const void *data, void *context),
160 void *context)
168 if (match(rec->evtType, rec->evtData, context)) {
158 evtQueueRemoveAllMatching(struct EvtQueue* q, bool (*match)(uint32_t evtType, const void *data, void *context), void *context) argument
H A Dtimer.c210 static bool timerEventMatch(uint32_t evtType, const void *evtData, void *context) argument
212 struct Timer *t = (struct Timer *)context;
/device/linaro/bootloader/arm-trusted-firmware/bl31/
H A Dcontext_mgmt.c36 #include <context.h>
50 * memory is not done by the context management library e.g. the PSCI service
51 * manages the cpu context used for entry from and exit to the non-secure state.
52 * The Secure payload dispatcher service manages the context(s) corresponding to
54 * state cpu context pointers.
55 * Lastly, this library provides the api to make SP_EL3 point to the cpu context
56 * which will used for programming an entry into a lower EL. The same context
62 * The context management library has only global data to intialize, but
69 * for the CPU identified by MPIDR that was set as the context for the specified
83 void cm_set_context_by_mpidr(uint64_t mpidr, void *context, uint32_ argument
95 cm_set_next_context(void *context) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dcapsule.c10 void *context; member in struct:__anon2846
60 capsule->context = NULL;
129 return capsule->context;
181 PyCapsule_SetContext(PyObject *o, void *context) argument
189 capsule->context = context;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dcapsule.c10 void *context; member in struct:__anon3191
60 capsule->context = NULL;
129 return capsule->context;
181 PyCapsule_SetContext(PyObject *o, void *context) argument
189 capsule->context = context;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
H A Diobase.c153 iobase_closed_get(PyObject *self, void *context) argument
H A Dstringio.c799 stringio_closed(stringio *self, void *context) argument
806 stringio_line_buffering(stringio *self, void *context) argument
814 stringio_newlines(stringio *self, void *context) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
H A Diobase.c153 iobase_closed_get(PyObject *self, void *context) argument
H A Dstringio.c786 stringio_closed(stringio *self, void *context) argument
793 stringio_line_buffering(stringio *self, void *context) argument
801 stringio_newlines(stringio *self, void *context) argument
/device/generic/goldfish-opengl/system/renderControl_enc/
H A DrenderControl_enc.cpp415 void rcDestroyContext_enc(void *self , uint32_t context) argument
433 memcpy(ptr, &context, 4); ptr += 4;
666 EGLint rcMakeCurrent_enc(void *self , uint32_t context, uint32_t drawSurf, uint32_t readSurf) argument
684 memcpy(ptr, &context, 4); ptr += 4;
988 uint32_t rcCreateClientImage_enc(void *self , uint32_t context, EGLenum target, GLuint buffer) argument
1006 memcpy(ptr, &context, 4); ptr += 4;
H A DrenderControl_entry.cpp17 void rcDestroyContext(uint32_t context);
25 EGLint rcMakeCurrent(uint32_t context, uint32_t drawSurf, uint32_t readSurf);
34 uint32_t rcCreateClientImage(uint32_t context, EGLenum target, GLuint buffer);
106 void rcDestroyContext(uint32_t context) argument
109 ctx->rcDestroyContext(ctx, context);
154 EGLint rcMakeCurrent(uint32_t context, uint32_t drawSurf, uint32_t readSurf) argument
157 return ctx->rcMakeCurrent(ctx, context, drawSurf, readSurf);
208 uint32_t rcCreateClientImage(uint32_t context, EGLenum target, GLuint buffer) argument
211 return ctx->rcCreateClientImage(ctx, context, target, buffer);

Completed in 364 milliseconds

123