Searched defs:start (Results 1 - 19 of 19) sorted by relevance

/hardware/ti/omap4xxx/
H A Dmapinfo.h6 unsigned start; member in struct:mapinfo
/hardware/ril/mock-ril/src/cpp/
H A Dutil.cpp63 int start = message->GetStartColumn(); local
65 int lenErr = end - start;
72 memset(error_string, ' ', start);
73 memset(&error_string[start], '^', lenErr);
H A Dmock_ril.cpp278 v8::Handle<v8::Function> start = local
281 v8::Handle<v8::Value> result = start->Call(context->Global(), 0, NULL);
304 // We're going to use multiple threads need to start locked
H A Dnode_buffer.cpp61 int32_t start = start_arg->Int32Value(); \
63 if (start < 0 || end < 0) { \
67 if (!(start <= end)) { \
69 v8::String::New("Must have start <= end"))); \
136 AsciiSliceExt(Buffer *parent, size_t start, size_t end) {
140 assert(start <= end);
141 length_ = end - start;
142 assert(start + length_ <= parent->length());
143 data_ = parent->data() + start;
200 // args: parent, start, en
253 Buffer(Buffer *parent, size_t start, size_t end) argument
[all...]
/hardware/msm7k/libgralloc/
H A Dallocator.cpp90 int extra = ( -cur->start & ((pagesize/kMemoryAlign)-1) ) ;
109 int extra = ( -free_chunk->start & ((pagesize/kMemoryAlign)-1) ) ;
111 chunk_t* split = new chunk_t(free_chunk->start, extra);
112 free_chunk->start += extra;
116 LOGE_IF(((free_chunk->start*kMemoryAlign)&(pagesize-1)),
122 free_chunk->start + free_chunk->size, tail_free);
126 return (free_chunk->start)*kMemoryAlign;
131 SimpleBestFitAllocator::chunk_t* SimpleBestFitAllocator::dealloc(size_t start) argument
133 start = start / kMemoryAlig
[all...]
H A Dallocator.h110 chunk_t(size_t start, size_t size) argument
111 : start(start), size(size), free(1), prev(0), next(0) {
113 size_t start; member in struct:SimpleBestFitAllocator::chunk_t
121 chunk_t* dealloc(size_t start);
/hardware/msm7k/libgralloc-qsd8k/
H A Dallocator.cpp90 int extra = ( -cur->start & ((pagesize/kMemoryAlign)-1) ) ;
109 int extra = ( -free_chunk->start & ((pagesize/kMemoryAlign)-1) ) ;
111 chunk_t* split = new chunk_t(free_chunk->start, extra);
112 free_chunk->start += extra;
116 LOGE_IF(((free_chunk->start*kMemoryAlign)&(pagesize-1)),
122 free_chunk->start + free_chunk->size, tail_free);
126 return (free_chunk->start)*kMemoryAlign;
131 SimpleBestFitAllocator::chunk_t* SimpleBestFitAllocator::dealloc(size_t start) argument
133 start = start / kMemoryAlig
[all...]
H A Dallocator.h111 chunk_t(size_t start, size_t size) argument
112 : start(start), size(size), free(1), prev(0), next(0) {
114 size_t start; member in struct:SimpleBestFitAllocator::chunk_t
122 chunk_t* dealloc(size_t start);
H A Dgralloc.cpp94 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, argument
96 return ::mmap(start, length, prot, flags, fd, offset);
99 virtual int munmap(void* start, size_t length) { argument
100 return ::munmap(start, length);
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
H A Ddriver_cmd_nl80211.c287 int wpa_driver_set_p2p_noa(void *priv, u8 count, int start, int duration) argument
293 snprintf(buf, sizeof(buf), "P2P_SET_NOA %d %d %d", count, start, duration);
/hardware/msm7k/libgralloc-qsd8k/tests/
H A Dpmemalloc_test.cpp50 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, argument
55 virtual int munmap(void* start, size_t length) { argument
109 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, argument
155 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, argument
483 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, argument
575 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, argument
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_rt.c250 static void start_stop_uptime(PERF_RTdata_uptime *dUptime, int start) argument
254 if (dUptime && dUptime->measuring != start)
273 dUptime->measuring = start;
529 /* start tracking */
648 /* new burst mode start */
653 /* preview start */
/hardware/invensense/mlsdk/mlutils/
H A Dmputest.c218 unsigned long start = inv_get_tick_count(); local
219 while (inv_get_tick_count()-start < t / 1000);
/hardware/ti/omap4xxx/camera/
H A DAppCallbackNotifier.cpp848 // Video snapshot with LDCNSF on adds a few bytes start offset
1317 ///for NULL when we get start command from CameraHal
1337 ///for NULL when we get the start command from CameraAdapter
1367 CAMHAL_LOGEA("Trying to start video recording without FrameProvider");
1509 CAMHAL_LOGEA("Trying to start video recording without FrameProvider");
1675 status_t AppCallbackNotifier::start() function in class:android::AppCallbackNotifier
1685 ///Check whether initial conditions are met for us to start
/hardware/broadcom/wlan/bcm4329/dhdutil/
H A Ddhdu.c176 "\tdownload file to specified dongle ram address and start CPU\n"
179 "\t--norun do not start dongle CPU after download\n"
1490 dhd_load_file_bytes(void *dhd, cmd_t *cmd, FILE *fp, int fsize, int start) argument
1516 memcpy(bufp, &start, sizeof(int));
1526 __FUNCTION__, ret, len, start);
1529 start += len;
1580 uint32 start = 0;
1614 start = (uint32)opts.uval;
1715 if (dhd_load_file_bytes(dhd, cmd, fp, fsize, start)) {
1717 __FUNCTION__, start);
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c176 "\tdownload file to specified dongle ram address and start CPU\n"
179 "\t--norun do not start dongle CPU after download\n"
1490 dhd_load_file_bytes(void *dhd, cmd_t *cmd, FILE *fp, int fsize, int start) argument
1516 memcpy(bufp, &start, sizeof(int));
1526 __FUNCTION__, ret, len, start);
1529 start += len;
1580 uint32 start = 0;
1614 start = (uint32)opts.uval;
1715 if (dhd_load_file_bytes(dhd, cmd, fp, fsize, start)) {
1717 __FUNCTION__, start);
[all...]
/hardware/libhardware/include/hardware/
H A Dgps.h95 and will start and call start() and stop() to schedule the GPS.
365 typedef pthread_t (* gps_create_thread)(const char* name, void (*start)(void *), void* arg);
394 int (*start)( void ); member in struct:__anon140
414 * Specifies that the next call to start will not use the
416 * a cold start.
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
H A Dwlioctl.h2507 uint32 start; member in struct:wl_p2p_sched_desc
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h2507 uint32 start; member in struct:wl_p2p_sched_desc

Completed in 1700 milliseconds