Home
last modified time | relevance | path

Searched refs:start (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/hardware/libhardware/tests/input/evdev/
DBitUtils_test.cpp67 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/data/ipacfg-mgr/msm8998/ipacm/src/
Dstart_ipacm_le37 start)
39 start-stop-daemon -S -b -a ipacm
44 start-stop-daemon -K -n ipacm
49 $0 start
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
Dstart_ipacm_le37 start)
39 start-stop-daemon -S -b -a ipacm
44 start-stop-daemon -K -n ipacm
49 $0 start
/hardware/libhardware/modules/input/evdev/
DBitUtils.cpp38 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/sdm845/gps/msm8996/utils/
DLocThread.h68 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);
DMsgTask.cpp46 if (!mThread->start(tCreator, threadName, this, joinable)) { in MsgTask()
54 if (!mThread->start(threadName, this, joinable)) { in MsgTask()
/hardware/qcom/gps/msm8996/utils/
DLocThread.h68 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/msm8909w_3100/utils/
DLocThread.h68 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/
DLocThread.h68 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/
DLocThread.h68 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/
DLocThread.h68 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/
DLocThread.h68 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/
DLocThread.h68 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/
DThreadCreationWrapper.h33 ThreadFuncArgs(void (*start)(void*), void* arg) : fptr(start), args(arg) {} in ThreadFuncArgs()
55 pthread_t createPthread(const char* name, void (*start)(void*), void* arg,
DThreadCreationWrapper.cpp26 void (*start)(void*), in createPthread()
29 auto threadArgs = new ThreadFuncArgs(start, arg); in createPthread()
/hardware/interfaces/wifi/1.0/
DIWifiEventCallback.hal21 * 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/
Dloc_stub_android_runtime.cpp34 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/
Dloc_stub_android_runtime.cpp34 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/
Dloc_stub_android_runtime.cpp34 void (*start)(void *), void* arg) in createJavaThread()
37 pthread_create(&threadId, NULL, (void *(*)(void*))start, arg); in createJavaThread()
/hardware/libhardware/modules/camera/3_0/
DVendorTags.cpp45 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/
DHdrPlusProfiler.h48 #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/
DMtsHidlC2V1_0TargetComponentTest.cpp100 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/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c1519 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 …]
/hardware/qcom/sdm845/display/libhistogram/
Dhistogram_collector.h39 void start();
40 void start(uint64_t max_frames);
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_logger.cpp296 int start() { in start() function in DebugCommand
408 wifi_error result = (wifi_error)cmd->start(); in wifi_get_firmware_version()
423 wifi_error result = (wifi_error)cmd->start(); in wifi_get_driver_version()
437 wifi_error result = (wifi_error)cmd->start(); in wifi_get_ring_data()
449 wifi_error result = (wifi_error)cmd->start(); in wifi_get_ring_buffers_status()
465 wifi_error result = (wifi_error)cmd->start(); in wifi_get_logger_supported_feature_set()
481 wifi_error result = (wifi_error)cmd->start(); in wifi_start_logging()
501 int start() { in start() function in SetLogHandler
588 result = (wifi_error)cmd->start(); in wifi_set_log_handler()
630 int start() { in start() function in SetAlertHandler
[all …]

12345678910>>...16