/hardware/broadcom/wlan/bcm4329/src/shared/ |
D | miniopt.c | 46 miniopt_init(miniopt_t *t, const char* name, const char* flags, bool longflags) in miniopt_init() argument 50 memset(t, 0, sizeof(miniopt_t)); in miniopt_init() 51 t->name = name; in miniopt_init() 53 t->flags = null_flags; in miniopt_init() 55 t->flags = flags; in miniopt_init() 56 t->longflags = longflags; in miniopt_init() 62 miniopt(miniopt_t *t, char **argv) in miniopt() argument 68 t->consumed = 0; in miniopt() 69 t->positional = FALSE; in miniopt() 70 memset(t->key, 0, MINIOPT_MAXKEY); in miniopt() [all …]
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 68 static void onRequest (int request, void *data, size_t datalen, RIL_Token t); 71 static void onCancel (RIL_Token t); 94 #define RIL_onRequestComplete(t, e, response, responselen) s_rilenv->OnRequestComplete(t,e, respons… argument 245 static void requestRadioPower(void *data, size_t datalen, RIL_Token t) in requestRadioPower() argument 275 RIL_onRequestComplete(t, RIL_E_SUCCESS, NULL, 0); in requestRadioPower() 279 RIL_onRequestComplete(t, RIL_E_GENERIC_FAILURE, NULL, 0); in requestRadioPower() 282 static void requestOrSendDataCallList(RIL_Token *t); 289 static void requestDataCallList(void *data, size_t datalen, RIL_Token t) in requestDataCallList() argument 291 requestOrSendDataCallList(&t); in requestDataCallList() 294 static void requestOrSendDataCallList(RIL_Token *t) in requestOrSendDataCallList() argument [all …]
|
/hardware/ril/libril/ |
D | ril.cpp | 487 int32_t t; in dispatchInts() local 489 status = p.readInt32(&t); in dispatchInts() 490 pInts[i] = (int)t; in dispatchInts() 491 appendPrintBuf("%s%d,", printBuf, t); in dispatchInts() 524 int32_t t; in dispatchSmsWrite() local 529 status = p.readInt32(&t); in dispatchSmsWrite() 530 args.status = (int)t; in dispatchSmsWrite() 573 int32_t t; in dispatchDial() local 580 status = p.readInt32(&t); in dispatchDial() 581 dial.clir = (int)t; in dispatchDial() [all …]
|
/hardware/libhardware_legacy/power/ |
D | power.c | 69 struct timespec t; in systemTime() local 70 t.tv_sec = t.tv_nsec = 0; in systemTime() 71 clock_gettime(CLOCK_MONOTONIC, &t); in systemTime() 72 return t.tv_sec*1000000000LL + t.tv_nsec; in systemTime()
|
/hardware/msm7k/libcopybit/ |
D | copybit.cpp | 114 out->t = max(lhs->t, rhs->t); in intersect() 165 e->dst_rect.y = clip.t; in set_rects() 167 e->dst_rect.h = clip.b - clip.t; in set_rects() 171 e->src_rect.x = (clip.t - dst->t) + src->t; in set_rects() 173 e->src_rect.w = (clip.b - clip.t); in set_rects() 175 W = dst->b - dst->t; in set_rects() 179 e->src_rect.y = (clip.t - dst->t) + src->t; in set_rects() 181 e->src_rect.h = (clip.b - clip.t); in set_rects() 183 H = dst->b - dst->t; in set_rects() 186 MULDIV(&e->src_rect.y, &e->src_rect.h, src->b - src->t, H); in set_rects() [all …]
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
D | miniopt.h | 65 void miniopt_init(miniopt_t *t, const char* name, const char* flags, bool longflags); 66 int miniopt(miniopt_t *t, char **argv);
|
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
D | bcmpcispi.c | 242 uint32 t, espr, disp; in spi_start_clock() local 351 t = SPIPCI_RREG(osh, ®s->spih_ctrl); in spi_start_clock() 352 t &= ~3; in spi_start_clock() 353 t |= espr & 3; in spi_start_clock() 354 SPIPCI_WREG(osh, ®s->spih_ctrl, t); in spi_start_clock() 356 t = SPIPCI_RREG(osh, ®s->spih_ext); in spi_start_clock() 357 t &= ~3; in spi_start_clock() 358 t |= (espr >> 2) & 3; in spi_start_clock() 359 SPIPCI_WREG(osh, ®s->spih_ext, t); in spi_start_clock()
|
/hardware/ril/include/telephony/ |
D | ril.h | 3322 size_t datalen, RIL_Token t); 3358 typedef void (*RIL_Cancel)(RIL_Token t); 3389 void (*OnRequestComplete)(RIL_Token t, RIL_Errno e, 3449 void RIL_onRequestComplete(RIL_Token t, RIL_Errno e,
|
/hardware/libhardware_legacy/gps/ |
D | gps_qemu.c | 48 nmea_tokenizer_init( NmeaTokenizer* t, const char* p, const char* end ) in nmea_tokenizer_init() argument 78 t->tokens[count].p = p; in nmea_tokenizer_init() 79 t->tokens[count].end = q; in nmea_tokenizer_init() 89 t->count = count; in nmea_tokenizer_init() 94 nmea_tokenizer_get( NmeaTokenizer* t, int index ) in nmea_tokenizer_get() argument 99 if (index < 0 || index >= t->count) { in nmea_tokenizer_get() 102 tok = t->tokens[index]; in nmea_tokenizer_get()
|
/hardware/libhardware/modules/gralloc/ |
D | framebuffer.cpp | 71 int l, int t, int w, int h) in fb_setUpdateRect() argument 73 if (((w|h) <= 0) || ((l|t)<0)) in fb_setUpdateRect() 80 m->info.reserved[1] = (uint16_t)l | ((uint32_t)t << 16); in fb_setUpdateRect() 81 m->info.reserved[2] = (uint16_t)(l+w) | ((uint32_t)(t+h) << 16); in fb_setUpdateRect()
|
D | mapper.cpp | 183 int l, int t, int w, int h, in gralloc_lock() argument
|
D | gralloc.cpp | 68 int l, int t, int w, int h,
|
/hardware/msm7k/libgralloc/ |
D | framebuffer.cpp | 74 int l, int t, int w, int h) in fb_setUpdateRect() argument 76 if (((w|h) <= 0) || ((l|t)<0)) in fb_setUpdateRect() 83 m->info.reserved[1] = (uint16_t)l | ((uint32_t)t << 16); in fb_setUpdateRect() 84 m->info.reserved[2] = (uint16_t)(l+w) | ((uint32_t)(t+h) << 16); in fb_setUpdateRect()
|
D | mapper.cpp | 190 int l, int t, int w, int h, in gralloc_lock() argument
|
D | gralloc.cpp | 71 int l, int t, int w, int h,
|
/hardware/msm7k/libgralloc-qsd8k/ |
D | framebuffer.cpp | 76 int l, int t, int w, int h) in fb_setUpdateRect() argument 78 if (((w|h) <= 0) || ((l|t)<0)) in fb_setUpdateRect() 85 m->info.reserved[1] = (uint16_t)l | ((uint32_t)t << 16); in fb_setUpdateRect() 86 m->info.reserved[2] = (uint16_t)(l+w) | ((uint32_t)(t+h) << 16); in fb_setUpdateRect()
|
D | mapper.cpp | 188 int l, int t, int w, int h, in gralloc_lock() argument
|
D | gralloc.cpp | 68 int l, int t, int w, int h,
|
/hardware/broadcom/wlan/ |
D | .gitignore | 2 # NOTE! Don't add files that are generated in specific
|
/hardware/libhardware/include/hardware/ |
D | copybit.h | 119 int t; member
|
D | gralloc.h | 160 int l, int t, int w, int h,
|
/hardware/ril/rild/ |
D | rild.c | 49 extern void RIL_onRequestComplete(RIL_Token t, RIL_Errno e,
|
/hardware/broadcom/wlan/bcm4329/src/include/proto/ |
D | 802.11.h | 781 #define FC_KIND(t, s) (((t) << FC_TYPE_SHIFT) | ((s) << FC_SUBTYPE_SHIFT)) argument
|
/hardware/broadcom/wlan/bcm4329/src/ |
D | GNUmakefile.inc | 4 # and sources(windows style makefile). it doesn't depend on 82 # this method if you don't want to use VPATHs.
|
/hardware/ti/omap3/dspbridge/inc/ |
D | LICENSE | 182 replaced with your own identifying information. (Don't include
|