Searched refs:start (Results 1 - 25 of 300) sorted by relevance

1234567891011>>

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A Dstart_ipacm_le32 # ipacm init.d script to start the data-ipa Software's ipacm daemon
37 start)
39 start-stop-daemon -S -b -a ipacm
44 start-stop-daemon -K -n ipacm
49 $0 start
52 echo "Usage ipacm { start | stop | restart}" >&2
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/src/
H A Dloc_stub_android_runtime.cpp34 void (*start)(void *), void* arg)
37 pthread_create(&threadId, NULL, (void *(*)(void*))start, arg);
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/
H A Dloc_stub_android_runtime.cpp34 void (*start)(void *), void* arg)
37 pthread_create(&threadId, NULL, (void *(*)(void*))start, arg);
/hardware/libhardware/tests/input/evdev/
H A DBitUtils_test.cpp67 for (int start = 0; start < 24; ++start) {
68 for (int end = start + 1; end <= 24; ++end) {
69 if (start > 16 || end <= 11 || (start > 11 && end <= 16)) {
70 EXPECT_FALSE(testBitInRange(arr, start, end))
71 << "range = (" << start << ", " << end << ")";
73 EXPECT_TRUE(testBitInRange(arr, start, end))
74 << "range = (" << start << ", " << en
[all...]
/hardware/interfaces/gnss/1.0/default/
H A DThreadCreationWrapper.h33 ThreadFuncArgs(void (*start)(void*), void* arg) : fptr(start), args(arg) {} argument
50 * holds the pointers to the thread arguments. The arg and start parameters are
55 pthread_t createPthread(const char* name, void (*start)(void*), void* arg,
H A DThreadCreationWrapper.cpp26 void (*start)(void*),
29 auto threadArgs = new ThreadFuncArgs(start, arg);
25 createPthread(const char* name, void (*start)(void*), void* arg, std::vector<std::unique_ptr<ThreadFuncArgs>> * listArgs) argument
/hardware/libhardware/modules/input/evdev/
H A DBitUtils.h24 /** Test whether any bits in the interval [start, end) are set in the array. */
25 bool testBitInRange(const uint8_t arr[], size_t start, size_t end);
H A DBitUtils.cpp38 bool testBitInRange(const uint8_t arr[], size_t start, size_t end) { argument
40 ALOGD("testBitInRange(%d, %d)", start, end);
43 if (end <= start) return false;
47 size_t startIndex = start / 8;
59 // Mask off bits before our start bit
61 mask &= 0xff << (start % 8);
/hardware/qcom/gps/msm8909/utils/
H A DLocThread.h68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg);
75 // The obj will be deleted by LocThread if start()
79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
80 inline bool start(const char* threadName, LocRunnable* runnable, bool joinable = true) { function in class:LocThread
81 return start(NULL, threadName, runnable, joinable);
H A DLocTimer.h41 // start() / stop() methods are to arm / disarm timer.
62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
/hardware/qcom/gps/msm8909w_3100/utils/
H A DLocThread.h68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg);
75 // The obj will be deleted by LocThread if start()
79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
80 inline bool start(const char* threadName, LocRunnable* runnable, bool joinable = true) { function in class:LocThread
81 return start(NULL, threadName, runnable, joinable);
H A DLocTimer.h41 // start() / stop() methods are to arm / disarm timer.
62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/include/
H A Dloc_stub_android_runtime.h40 static pthread_t createJavaThread(const char* name, void (*start)(void *),
/hardware/qcom/gps/msm8996/utils/
H A DLocThread.h68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg);
75 // The obj will be deleted by LocThread if start()
79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
80 inline bool start(const char* threadName, LocRunnable* runnable, bool joinable = true) { function in class:LocThread
81 return start(NULL, threadName, runnable, joinable);
H A DLocTimer.h41 // start() / stop() methods are to arm / disarm timer.
62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
/hardware/qcom/gps/msm8998/utils/
H A DLocThread.h68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg);
75 // The obj will be deleted by LocThread if start()
79 bool start(tCreate creator, const char* threadName, LocRunnable* runnable, bool joinable = true);
80 inline bool start(const char* threadName, LocRunnable* runnable, bool joinable = true) { function in class:LocThread
81 return start(NULL, threadName, runnable, joinable);
H A DLocTimer.h41 // start() / stop() methods are to arm / disarm timer.
62 bool start(uint32_t timeOutInMs, bool wakeOnExpire);
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/include/
H A Dloc_stub_android_runtime.h40 static pthread_t createJavaThread(const char* name, void (*start)(void *),
/hardware/intel/bootstub/
H A Dsfi.c29 static unsigned long sfi_search_mmap(unsigned long start, int len) argument
32 char *pchar = (char *)start;
39 return start + i;
44 int sfi_add_e820_entry(struct boot_params *bp, memory_map_t *mb_mmap, u64 start, u64 size, int type) argument
58 if (e820_entry->addr == start) {
69 /* ASSERT: no duplicate start address found */
76 e820_entry->addr = start;
81 mb_mmap_entry->base_addr_low = start;
96 unsigned long long start, end, size; local
117 start
[all...]
/hardware/intel/common/libwsbm/src/
H A Dwsbm_mm.h58 unsigned long start; member in struct:_WsbmMMNode
72 extern int wsbmMMinit(struct _WsbmMM *mm, unsigned long start,
H A Dwsbm_mm.c89 unsigned long start, unsigned long size)
99 child->start = start;
121 child->start = parent->start;
128 parent->start += size;
142 tmp = parent->start % alignment;
200 next_node->start = cur->start;
237 register unsigned tmp = entry->start
88 wsbmMMCreateTailNode(struct _WsbmMM *mm, unsigned long start, unsigned long size) argument
265 wsbmMMinit(struct _WsbmMM *mm, unsigned long start, unsigned long size) argument
[all...]
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A DLogDumpHelper.h58 static void DumpBufferToString(char* str, uint32_t strSize, const uint8_t* start, uint32_t size) argument
60 if (str == NULL || strSize == 0 || start == NULL || size == 0)
69 const uint8_t* byte = start ;
70 const uint8_t* end = start + size ;
80 static void DumpNaluDataBuffer(uint32_t nalu, const uint8_t* start, uint32_t size) argument
82 if (start == NULL || size == 0)
91 DumpBufferToString(str, STR_SIZE, start, size) ;
97 static void DumpBuffer(const char* prefix, const uint8_t* start, uint32_t size) argument
99 if (start == NULL || size == 0)
113 DumpBufferToString(str, STR_SIZE, start, siz
119 DumpNaluHeaderBuffer(const uint8_t* const start, uint32_t size) argument
195 DumpBuffer2(const char* prefix, const uint8_t* start, uint32_t size) argument
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_pm_utils_list.c40 /* First buffer in list is always special case, since start offset is tied to it */
67 we store start and end position on each ES buffer to make the data look linear.
68 The start represents the linear offset of the first byte in list.
74 uint32_t start=0, end=0; local
80 list->data[items].stpos = start;
85 start = end;
88 list->data[items].stpos = start;
96 start = end = list->total_bytes+1;
100 start = end = list->total_bytes;
102 list->data[items].stpos = start;
128 viddec_pm_utils_list_emit_slice_tags(viddec_pm_utils_list_t *list, uint32_t start, uint32_t end, viddec_emitter *emitter, uint32_t is_cur_wkld, viddec_workload_item_t *wi) argument
[all...]
/hardware/google/easel/amber/camera/include/
H A DHdrPlusProfiler.h48 #define START_PROFILER_TIMER(_var) ((_var).start())
51 * End a timer and log the duration since last start.
69 * TimerLogger provides a timer to log the duration between start() and end().
76 void start() { function in class:pbcamera::TimerLogger
80 // End the timer and log the duration since last start.
83 ALOGE("%s <%s> start time is invalid.", TIMER_TAG, mName.c_str());
116 ScopeTimerLogger(const char *name) : mTimerLogger(name) { mTimerLogger.start(); };
/hardware/akm/AK8975_FS/akmdfs/
H A DAKFS_Measure.h52 const struct timespec* start,

Completed in 471 milliseconds

1234567891011>>