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

/system/extras/tests/memtest/
H A Dthumb.cpp8 extern "C" _Unwind_Reason_Code trace_function(_Unwind_Context *context, void *arg) argument
11 printf("0x%x\n", _Unwind_GetIP(context));
/system/core/debuggerd/
H A Dpr-support.c46 unwind_VRS_Pop_with_ptrace (_Unwind_Context *context,
111 unwind_execute_with_ptrace(_Unwind_Context * context, __gnu_unwind_state * uws, argument
127 _Unwind_VRS_Get (context, _UVRSC_CORE, R_LR, _UVRSD_UINT32,
129 _Unwind_VRS_Set (context, _UVRSC_CORE, R_PC, _UVRSD_UINT32,
142 _Unwind_VRS_Get (context, _UVRSC_CORE, R_SP, _UVRSD_UINT32, &reg);
147 _Unwind_VRS_Set (context, _UVRSC_CORE, R_SP, _UVRSD_UINT32, &reg);
161 if (unwind_VRS_Pop_with_ptrace (context, _UVRSC_CORE, op, _UVRSD_UINT32,
176 _Unwind_VRS_Get (context, _UVRSC_CORE, op, _UVRSD_UINT32, &reg);
177 _Unwind_VRS_Set (context, _UVRSC_CORE, R_SP, _UVRSD_UINT32, &reg);
188 if (unwind_VRS_Pop_with_ptrace (context, _UVRSC_COR
[all...]
H A Dunwind-arm.c173 unwind_execute_with_ptrace(_Unwind_Context * context, __gnu_unwind_state * uws,
181 _Unwind_VRS_Result unwind_VRS_Pop_with_ptrace (_Unwind_Context *context, argument
187 phase1_vrs *vrs = (phase1_vrs *) context;
384 static _Unwind_Reason_Code log_function(_Unwind_Context *context, pid_t pid, argument
393 phase2_vrs *vrs = (phase2_vrs*) context;
524 /* The dwarf unwinder assumes the context structure holds things
563 _Unwind_Context *context,
612 if (unwind_execute_with_ptrace (context, &uws, pid) != _URC_OK)
618 _Unwind_SetGR (context, R_LR, _Unwind_GetGR (context, R_P
561 unwind_pr_common_with_ptrace(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context, int id, pid_t pid) argument
630 unwind_cpp_pr0_with_ptrace(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context, pid_t pid) argument
639 unwind_cpp_pr1_with_ptrace(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context, pid_t pid) argument
648 unwind_cpp_pr2_with_ptrace(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context, pid_t pid) argument
[all...]
/system/core/libcutils/
H A Ddir_hash.c41 SHA1_CTX context; local
65 SHA1Init(&context);
66 SHA1Update(&context, (unsigned char *) buf, len);
67 SHA1Final(md, &context);
77 SHA1Init(&context);
80 SHA1Update(&context, (unsigned char *) buf, len);
89 SHA1Final(md, &context);
H A Dhashmap.c252 void* (*initialValue)(void* key, void* context), void* context) {
267 void* value = initialValue(key, context);
307 bool (*callback)(void* key, void* value, void* context),
308 void* context) {
313 if (!callback(entry->key, entry->value, context)) {
251 hashmapMemoize(Hashmap* map, void* key, void* (*initialValue)(void* key, void* context), void* context) argument
306 hashmapForEach(Hashmap* map, bool (*callback)(void* key, void* value, void* context), void* context) argument
H A Dmq.c117 /** Optional context. */
118 void* context; member in struct:OutgoingPacket
365 static bool peerProxyRemoveConnection(void* key, void* value, void* context) { argument
366 PeerProxy* deadPeer = (PeerProxy*) context;
1179 void (*free)(void* context);
1180 void* context; member in struct:__anon92
1186 = (SharedBytesFreer*) packet->context;
1187 sharedBytesFreer->free(sharedBytesFreer->context);
1194 * free() with context after the bytes have been sent.
1201 void (*free)(void* context), voi
1200 peerSendSharedBytes(pid_t pid, char* bytes, size_t size, void (*free)(void* context), void* context) argument
[all...]
/system/core/init/
H A Dparser.c75 void *context; member in struct:parse_state
344 state->context = parse_service(state, nargs, args);
345 if (state->context) {
351 state->context = parse_action(state, nargs, args);
352 if (state->context) {
617 struct service *svc = state->context;
800 struct action *act = state->context;
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DtxCtrlParams.c216 TI_HANDLE context, TI_UINT32 Cookie)
221 return DistributorMgr_Reg(pTxCtrl->TxEventDistributor,EventMask,(TI_HANDLE)CallBack,context,Cookie);
215 txCtrlParams_RegNotif(TI_HANDLE hTxCtrl, TI_UINT16 EventMask, GeneralEventCall_t CallBack, TI_HANDLE context, TI_UINT32 Cookie) argument
H A Drx.c884 TI_HANDLE rxData_RegNotif (TI_HANDLE hRxData, TI_UINT16 EventMask, GeneralEventCall_t CallBack, TI_HANDLE context, TI_UINT32 Cookie) argument
891 return DistributorMgr_Reg (pRxData->RxEventDistributor, EventMask, (TI_HANDLE)CallBack, context, Cookie);
/system/core/libpixelflinger/
H A Dpixelflinger.cpp822 ssize_t gglInit(GGLContext** context) argument
826 // always align the context on cache lines
830 *context = (GGLContext*)c;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/
H A Drx.c934 TI_HANDLE rxData_RegNotif(TI_HANDLE hRxData,UINT16 EventMask,GeneralEventCall_t CallBack,TI_HANDLE context,UINT32 Cookie) argument
939 return DistributorMgr_Reg(pRxData->RxEventDistributor,EventMask,(TI_HANDLE)CallBack,context,Cookie);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
H A Dtx.c2820 TI_HANDLE txData_RegNotif(TI_HANDLE hTxData,UINT16 EventMask,GeneralEventCall_t CallBack,TI_HANDLE context,UINT32 Cookie) argument
2825 return DistributorMgr_Reg(pTxData->TxEventDistributor,EventMask,(TI_HANDLE)CallBack,context,Cookie);
/system/core/libacc/
H A Dacc.cpp3896 void forEach(bool (*fn)(VariableInfo*, void*), void* context) { argument
3898 if (! fn(mStack[i], context)) {
6134 static bool static_ufrcFn(VariableInfo* value, void* context) { argument
6135 Compiler* pCompiler = (Compiler*) context;

Completed in 812 milliseconds