Searched refs:pthread_t (Results 1 – 25 of 158) sorted by relevance
1234567
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/ |
D | platform_lib_android_runtime.cpp | 37 pthread_t platform_lib_abstraction_createJavaThread(const char* name, void (*start)(void *), void* … in platform_lib_abstraction_createJavaThread() 39 return (pthread_t)android::AndroidRuntime::createJavaThread(name, start, arg); in platform_lib_abstraction_createJavaThread()
|
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/ |
D | loc_stub_android_runtime.cpp | 33 pthread_t AndroidRuntime::createJavaThread(const char* name, in createJavaThread() 36 pthread_t threadId = 0; in createJavaThread()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | decoder_driver_test.h | 55 pthread_t videothread_id; 56 pthread_t asyncthread_id;
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | decoder_driver_test.h | 55 pthread_t videothread_id; 56 pthread_t asyncthread_id;
|
/hardware/interfaces/gnss/1.0/default/ |
D | ThreadCreationWrapper.cpp | 25 pthread_t createPthread(const char* name, in createPthread() 28 pthread_t threadId; in createPthread()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
D | video_encoder_test.h | 62 pthread_t videothread_id; 63 pthread_t asyncthread_id;
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_test.h | 61 pthread_t videothread_id; 62 pthread_t asyncthread_id;
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_test.h | 61 pthread_t videothread_id; 62 pthread_t asyncthread_id;
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | decoder_driver_test.h | 56 pthread_t videothread_id; 57 pthread_t asyncthread_id;
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_test.h | 61 pthread_t videothread_id; 62 pthread_t asyncthread_id;
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | decoder_driver_test.h | 55 pthread_t videothread_id; 56 pthread_t asyncthread_id;
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.h | 43 pthread_t thread_id; 51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
|
D | loc_eng_ni.h | 41 pthread_t thread; /* NI thread */
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.h | 43 pthread_t thread_id; 51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
|
D | loc_eng_ni.h | 41 pthread_t thread; /* NI thread */
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.h | 43 pthread_t thread_id; 51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
|
D | loc_eng_ni.h | 41 pthread_t thread; /* NI thread */
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.h | 43 pthread_t thread_id; 51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
|
D | loc_eng_ni.h | 41 pthread_t thread; /* NI thread */
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.h | 43 pthread_t thread_id; 51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.h | 43 pthread_t thread_id; 51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
|
D | loc_eng_ni.h | 39 pthread_t thread; /* NI thread */
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioUsbALSA.h | 85 pthread_t mPlaybackUsb; 86 pthread_t mRecordingUsb;
|
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/ |
D | platform_lib_android_runtime.h | 38 pthread_t platform_lib_abstraction_createJavaThread(const char* name, void (*start)(void *), void* …
|
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/include/ |
D | loc_stub_android_runtime.h | 40 static pthread_t createJavaThread(const char* name, void (*start)(void *),
|
1234567