Searched refs:pcode (Results 1 - 3 of 3) sorted by relevance

/external/qemu/android/
H A Dhw-events.c135 int *pcode,
145 *pcode = 0;
170 *pcode = eventList_findCodeByName( list, p, q-p );
171 if (*pcode < 0) {
172 *pcode = (int) strtol( p, &end, 0 );
133 android_event_from_str( const char* name, int *ptype, int *pcode, int *pvalue ) argument
H A Dhw-events.h524 int *pcode,
/external/qemu/android/skin/
H A Dfile.c443 skin_layout_event_decode( const char* event, int *ptype, int *pcode, int *pvalue ) argument
477 *pcode = strtol(x+1, NULL, 0);

Completed in 58 milliseconds