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

123

/hardware/qcom/gps/core/
H A DLocAdapterBase.cpp45 ContextBase* context, LocAdapterProxyBase *adapterProxyBase) :
46 mEvtMask(mask), mContext(context),
47 mLocApi(context->getLocApi()), mLocAdapterProxyBase(adapterProxyBase),
48 mMsgTask(context->getMsgTask())
44 LocAdapterBase(const LOC_API_ADAPTER_EVENT_MASK_T mask, ContextBase* context, LocAdapterProxyBase *adapterProxyBase) argument
H A DLocAdapterProxyBase.h43 ContextBase* context):
44 mLocAdapterBase(new LocAdapterBase(mask, context, this)) {
42 LocAdapterProxyBase(const LOC_API_ADAPTER_EVENT_MASK_T mask, ContextBase* context) argument
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.c278 This function will initialize the thread context and launch the thelper_main
285 context - the context for the above four functions
298 int (*thread_proc_init) (void * context),
299 int (*thread_proc_pre) (void * context),
300 int (*thread_proc) (void * context),
301 int (*thread_proc_post) (void * context),
303 void * context)
309 if (context) {
310 thelper->thread_context = context;
297 loc_eng_dmn_conn_launch_thelper(struct loc_eng_dmn_conn_thelper * thelper, int (*thread_proc_init) (void * context), int (*thread_proc_pre) (void * context), int (*thread_proc) (void * context), int (*thread_proc_post) (void * context), thelper_create_thread create_thread_cb, void * context) argument
[all...]
H A Dloc_eng_dmn_conn.cpp59 static int loc_api_server_proc_init(void *context) argument
112 static int loc_api_server_proc_pre(void *context) argument
117 static int loc_api_server_proc(void *context) argument
134 LOC_LOGD("%s:%d] %d listening on %s...\n", __func__, __LINE__, cnt, (char *) context);
167 static int loc_api_server_proc_post(void *context) argument
/hardware/qcom/gps/msm8960/core/
H A DLocAdapterBase.cpp64 ContextBase* context) :
65 mEvtMask(mask), mContext(context),
66 mLocApi(context->getLocApi()), mMsgTask(context->getMsgTask())
63 LocAdapterBase(const LOC_API_ADAPTER_EVENT_MASK_T mask, ContextBase* context) argument
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.c278 This function will initialize the thread context and launch the thelper_main
285 context - the context for the above four functions
298 int (*thread_proc_init) (void * context),
299 int (*thread_proc_pre) (void * context),
300 int (*thread_proc) (void * context),
301 int (*thread_proc_post) (void * context),
303 void * context)
309 if (context) {
310 thelper->thread_context = context;
297 loc_eng_dmn_conn_launch_thelper(struct loc_eng_dmn_conn_thelper * thelper, int (*thread_proc_init) (void * context), int (*thread_proc_pre) (void * context), int (*thread_proc) (void * context), int (*thread_proc_post) (void * context), thelper_create_thread create_thread_cb, void * context) argument
[all...]
H A Dloc_eng_dmn_conn.cpp59 static int loc_api_server_proc_init(void *context) argument
112 static int loc_api_server_proc_pre(void *context) argument
117 static int loc_api_server_proc(void *context) argument
134 LOC_LOGD("%s:%d] %d listening on %s...\n", __func__, __LINE__, cnt, (char *) context);
167 static int loc_api_server_proc_post(void *context) argument
/hardware/ti/omap4-aah/
H A Dstacktrace.c49 static _Unwind_Reason_Code trace_function(__unwind_context *context, void *arg) argument
53 intptr_t ip = (intptr_t)_Unwind_GetIP(context);
/hardware/ti/omap4xxx/
H A Dstacktrace.c49 static _Unwind_Reason_Code trace_function(__unwind_context *context, void *arg) argument
53 intptr_t ip = (intptr_t)_Unwind_GetIP(context);
/hardware/intel/common/libva/test/basic/
H A Dtest.c97 VAContextID context; local
117 va_status = vaCreateContext(va_dpy, config_id, 720, 480, 0 /* flag */, surfaces, 20, &context);
120 va_status = vaDestroyContext(va_dpy, context);
H A Dtest_10.c30 VAContextID context; variable
55 va_status = vaCreateContext( va_dpy, config, width, height, flags, surfaces, surface_count, &context );
111 va_status = vaCreateBuffer(va_dpy, context, buffer_types[i], buffer_sizes[i], 1, NULL, &buffer_ids[i]);
126 status("vaDestroyContext for context %08x\n", context);
127 va_status = vaDestroyContext( va_dpy, context );
H A Dtest_11.c30 VAContextID context; variable
55 va_status = vaCreateContext( va_dpy, config, width, height, flags, surfaces, surface_count, &context );
128 va_status = vaCreateBuffer(va_dpy, context, buffer_types[i], buffer_sizes[i], 1, data, &buffer_ids[i]);
165 status("vaDestroyContext for context %08x\n", context);
166 va_status = vaDestroyContext( va_dpy, context );
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dregister_state_check.h49 static bool StoreRegisters(CONTEXT* const context) { argument
52 context->ContextFlags = CONTEXT_FLOATING_POINT;
53 const bool context_saved = GetThreadContext(this_thread, context) == TRUE;
H A Dwebm_video_source.h62 nestegg_log_cb(nestegg *context, unsigned int severity, char const *format, argument
/hardware/intel/img/libdrm/shared-core/
H A Dsis_drm.h53 int context; member in struct:__anon810
/hardware/qcom/audio/post_proc/
H A Dbass_boost.c45 int bassboost_get_strength(bassboost_context_t *context) argument
47 ALOGV("%s: strength: %d", __func__, context->strength);
48 return context->strength;
51 int bassboost_set_strength(bassboost_context_t *context, uint32_t strength) argument
54 context->strength = strength;
56 offload_bassboost_set_strength(&(context->offload_bass), strength);
57 if (context->ctl)
58 offload_bassboost_send_params(context->ctl, &context->offload_bass,
64 int bassboost_get_parameter(effect_context_t *context, effect_param_ argument
117 bassboost_set_parameter(effect_context_t *context, effect_param_t *p, uint32_t size __unused) argument
145 bassboost_set_device(effect_context_t *context, uint32_t device) argument
182 bassboost_reset(effect_context_t *context) argument
189 bassboost_init(effect_context_t *context) argument
219 bassboost_enable(effect_context_t *context) argument
237 bassboost_disable(effect_context_t *context) argument
252 bassboost_start(effect_context_t *context, output_context_t *output) argument
267 bassboost_stop(effect_context_t *context, output_context_t *output __unused) argument
[all...]
H A Dvirtualizer.c45 int virtualizer_get_strength(virtualizer_context_t *context) argument
47 ALOGV("%s: strength: %d", __func__, context->strength);
48 return context->strength;
51 int virtualizer_set_strength(virtualizer_context_t *context, uint32_t strength) argument
54 context->strength = strength;
56 offload_virtualizer_set_strength(&(context->offload_virt), strength);
57 if (context->ctl)
58 offload_virtualizer_send_params(context->ctl, &context->offload_virt,
64 int virtualizer_get_parameter(effect_context_t *context, effect_param_ argument
117 virtualizer_set_parameter(effect_context_t *context, effect_param_t *p, uint32_t size __unused) argument
145 virtualizer_set_device(effect_context_t *context, uint32_t device) argument
182 virtualizer_reset(effect_context_t *context) argument
189 virtualizer_init(effect_context_t *context) argument
219 virtualizer_enable(effect_context_t *context) argument
237 virtualizer_disable(effect_context_t *context) argument
252 virtualizer_start(effect_context_t *context, output_context_t *output) argument
266 virtualizer_stop(effect_context_t *context, output_context_t *output __unused) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dwebmdec.c48 static void nestegg_log_cb(nestegg *context, argument
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalUtils.java164 public static void initialiseConfigFiles(Context context) { argument
182 sSensorFileXmlId = context.getResources().
184 sThrottleFileXmlId = context.getResources().
/hardware/intel/img/hwcomposer/common/devices/
H A DDummyDevice.cpp73 bool DummyDevice::commit(hwc_display_contents_1_t *display, IDisplayContext *context) argument
77 if (!display || !context)
H A DPhysicalDevice.cpp120 bool PhysicalDevice::commit(hwc_display_contents_1_t *display, IDisplayContext *context) argument
124 if (!display || !context || !mLayerList || mBlank) {
127 return context->commitContents(display, mLayerList);
/hardware/libhardware/modules/soundtrigger/
H A Dsound_trigger_hw.c58 static void *callback_thread_loop(void *context) argument
60 struct stub_sound_trigger_device *stdev = (struct stub_sound_trigger_device *)context;
/hardware/ti/omap3/dspbridge/inc/
H A Ddynamic_loader.h363 /* a context field for use by Dynamic_Loader_Allocate;
366 u32 context; member in struct:LDR_SECTION_INFO
368 uintptr_t context; member in struct:LDR_SECTION_INFO
/hardware/intel/common/libva/va/
H A Dva_fool.c89 VAContextID context; member in struct:fool_context
97 return 0; /* no fool for the context */ \
102 return 0; /* no fool for the context */ \
184 * check fool_codec to align with current context
207 va_infoMessage("FOOL is enabled for this context\n");
209 va_infoMessage("FOOL is not enabled for this context\n");
217 VAContextID __maybe_unused context, /* in */
215 va_FoolCreateBuffer( VADisplay dpy, VAContextID __maybe_unused context, VABufferType type, unsigned int size, unsigned int num_elements, void __maybe_unused *data, VABufferID *buf_id ) argument
/hardware/intel/img/libdrm/tests/
H A Ddrmstat.c103 drm_context_t context; local
125 if ((r = drmCreateContext(fd, &context))) {
129 printf( "Got %d\n", context);
168 dma.context = context;
343 context = strtoul(optarg, &pt, 0);
374 DRM_LIGHT_LOCK_COUNT(fd,lock,context,fast);
376 DRM_UNLOCK(fd,lock,context);

Completed in 714 milliseconds

123