/hardware/libhardware/tests/input/evdev/ |
D | BitUtils_test.cpp | 67 for (int start = 0; start < 24; ++start) { in TEST() local 68 for (int end = start + 1; end <= 24; ++end) { in TEST() 69 if (start > 16 || end <= 11 || (start > 11 && end <= 16)) { in TEST() 70 EXPECT_FALSE(testBitInRange(arr, start, end)) in TEST() 71 << "range = (" << start << ", " << end << ")"; in TEST() 73 EXPECT_TRUE(testBitInRange(arr, start, end)) in TEST() 74 << "range = (" << start << ", " << end << ")"; in TEST()
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | start_ipacm_le | 37 start) 39 start-stop-daemon -S -b -a ipacm 44 start-stop-daemon -K -n ipacm 49 $0 start
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | start_ipacm_le | 37 start) 39 start-stop-daemon -S -b -a ipacm 44 start-stop-daemon -K -n ipacm 49 $0 start
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | start_ipacm_le | 37 start) 39 start-stop-daemon -S -b -a ipacm 44 start-stop-daemon -K -n ipacm 49 $0 start
|
/hardware/libhardware/modules/input/evdev/ |
D | BitUtils.cpp | 38 bool testBitInRange(const uint8_t arr[], size_t start, size_t end) { in testBitInRange() argument 40 ALOGD("testBitInRange(%d, %d)", start, end); in testBitInRange() 43 if (end <= start) return false; in testBitInRange() 47 size_t startIndex = start / 8; in testBitInRange() 61 mask &= 0xff << (start % 8); in testBitInRange()
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | LocThread.h | 68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg); 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) { 81 return start(NULL, threadName, runnable, joinable);
|
/hardware/qcom/sm8150/gps/utils/ |
D | LocThread.h | 68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg); 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) { 81 return start(NULL, threadName, runnable, joinable);
|
/hardware/qcom/sdm845/gps/sdm845/utils/ |
D | LocThread.h | 68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg); 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) { 81 return start(NULL, threadName, runnable, joinable);
|
/hardware/qcom/gps/msm8996/utils/ |
D | LocThread.h | 68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg); 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) { 81 return start(NULL, threadName, runnable, joinable);
|
/hardware/qcom/gps/msm8909/utils/ |
D | LocThread.h | 68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg); 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) { 81 return start(NULL, threadName, runnable, joinable);
|
/hardware/qcom/gps/msm8998/utils/ |
D | LocThread.h | 68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg); 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) { 81 return start(NULL, threadName, runnable, joinable);
|
/hardware/qcom/sdm845/gps/msm8998/utils/ |
D | LocThread.h | 68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg); 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) { 81 return start(NULL, threadName, runnable, joinable);
|
/hardware/qcom/sdm845/gps/msm8996/utils/ |
D | LocThread.h | 68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg); 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) { 81 return start(NULL, threadName, runnable, joinable);
|
/hardware/qcom/sdm845/gps/msm8909/utils/ |
D | LocThread.h | 68 typedef pthread_t (*tCreate)(const char* name, void* (*start)(void*), void* arg); 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) { 81 return start(NULL, threadName, runnable, joinable);
|
/hardware/interfaces/gnss/1.0/default/ |
D | ThreadCreationWrapper.h | 33 ThreadFuncArgs(void (*start)(void*), void* arg) : fptr(start), args(arg) {} in ThreadFuncArgs() 55 pthread_t createPthread(const char* name, void (*start)(void*), void* arg,
|
D | ThreadCreationWrapper.cpp | 26 void (*start)(void*), in createPthread() 29 auto threadArgs = new ThreadFuncArgs(start, arg); in createPthread()
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiEventCallback.hal | 21 * Called in response to a call to start indicating that the operation 29 * after the last call to start will be considered invalid. 35 * Calling start again must restart Wi-Fi as if stop then start was called 37 * objects retrieved after the last call to start will be considered invalid.
|
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/src/ |
D | loc_stub_android_runtime.cpp | 34 void (*start)(void *), void* arg) in createJavaThread() 37 pthread_create(&threadId, NULL, (void *(*)(void*))start, arg); in createJavaThread()
|
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/ |
D | loc_stub_android_runtime.cpp | 34 void (*start)(void *), void* arg) in createJavaThread() 37 pthread_create(&threadId, NULL, (void *(*)(void*))start, arg); in createJavaThread()
|
/hardware/qcom/sdm845/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/ |
D | loc_stub_android_runtime.cpp | 34 void (*start)(void *), void* arg) in createJavaThread() 37 pthread_create(&threadId, NULL, (void *(*)(void*))start, arg); in createJavaThread()
|
/hardware/libhardware/modules/camera/3_0/ |
D | VendorTags.cpp | 45 uint32_t start; member 124 index = tag - section->start; in getEntry() 133 mTagCount += DemoSections[i].end - DemoSections[i].start; in VendorTags() 155 for (uint32_t tag = DemoSections[i].start; in getAllTags()
|
/hardware/google/easel/amber/camera/include/ |
D | HdrPlusProfiler.h | 48 #define START_PROFILER_TIMER(_var) ((_var).start()) 76 void start() { in start() function 116 ScopeTimerLogger(const char *name) : mTimerLogger(name) { mTimerLogger.start(); }; in ScopeTimerLogger()
|
/hardware/google/av/codec2/hidl/1.0/mts/component/ |
D | MtsHidlC2V1_0TargetComponentTest.cpp | 100 c2_status_t err = mComponent->start(); in TEST_F() 116 c2_status_t err = mComponent->start(); in TEST_F() 163 err = mComponent->start(); in TEST_F() 170 err = mComponent->start(); in TEST_F() 178 err = mComponent->start(); in TEST_F() 192 c2_status_t err = mComponent->start(); in TEST_F() 227 ASSERT_EQ(mComponent->start(), C2_OK); in TEST_P()
|
/hardware/st/secure_element2/secure_element/1.0/esehal/src/ |
D | iso7816_t1.c | 55 t1->recv.start = t1->recv.end = buf; in t1_init_recv_window() 62 return (ptrdiff_t)t1->recv.size - (t1->recv.end - t1->recv.start); in t1_recv_window_free_size() 81 return t1->recv.end - t1->recv.start; in t1_recv_window_size() 87 t1->recv.start = t1->recv.end; in t1_close_recv_window() 94 t1->send.start = buf; in t1_init_send_window() 95 t1->send.end = t1->send.start + n; in t1_init_send_window() 101 return t1->send.end - t1->send.start; in t1_send_window_size() 107 t1->send.end = t1->send.start; in t1_close_send_window() 175 memcpy(buf + 3, t1->send.start, (size_t)n); in write_iblock() 220 t1->send.start += n; in ack_iblock() [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.c | 1519 dhd_verify_file_bytes(void *dhd, uint8 *memblock, int start, uint len) in dhd_verify_file_bytes() argument 1527 params[0] = start; in dhd_verify_file_bytes() 1532 __FUNCTION__, len, start); in dhd_verify_file_bytes() 1541 start+i, src[i], dst[i]); in dhd_verify_file_bytes() 1551 dhd_load_file_bytes(void *dhd, cmd_t *cmd, FILE *fp, int fsize, int start, uint blk_sz, bool verify) in dhd_load_file_bytes() argument 1573 if (!ISALIGNED(start, MEMBLOCK)) in dhd_load_file_bytes() 1574 read_len = ROUNDUP(start, MEMBLOCK) - start; in dhd_load_file_bytes() 1590 memcpy(bufp, &start, sizeof(int)); in dhd_load_file_bytes() 1600 __FUNCTION__, ret, len, start); in dhd_load_file_bytes() 1605 if (dhd_verify_file_bytes(dhd, memblock, start, len) != 0) { in dhd_load_file_bytes() [all …]
|