Searched refs:sr (Results 1 – 2 of 2) sorted by relevance
/hardware/ril/reference-ril/ |
D | reference-ril.c | 1159 RIL_SIM_IO_Response sr; local 1165 memset(&sr, 0, sizeof(sr)); 1192 err = at_tok_nextint(&line, &(sr.sw1)); 1195 err = at_tok_nextint(&line, &(sr.sw2)); 1199 err = at_tok_nextstr(&line, &(sr.simResponse)); 1203 RIL_onRequestComplete(t, RIL_E_SUCCESS, &sr, sizeof(sr));
|
/hardware/msm7k/libcopybit/ |
D | copybit.cpp | 419 struct copybit_rect_t sr = { 0, 0, src->w, src->h }; in blit_copybit() local 420 return stretch_copybit(dev, dst, src, &dr, &sr, region); in blit_copybit()
|