Home
last modified time | relevance | path

Searched refs:pthread_t (Results 1 – 25 of 263) sorted by relevance

1234567891011

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_platform_dependents.cpp44 typedef HANDLE pthread_t; typedef
53 pthread_t* thread, in pthread_create()
68 pthread_t thread, in pthread_join()
125 pthread_t thread_handle;
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/src/
Dloc_stub_android_runtime.cpp33 pthread_t AndroidRuntime::createJavaThread(const char* /*name*/, in createJavaThread()
36 pthread_t threadId = 0; in createJavaThread()
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/
Dloc_stub_android_runtime.cpp33 pthread_t AndroidRuntime::createJavaThread(const char* name, in createJavaThread()
36 pthread_t threadId = 0; in createJavaThread()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Ddecoder_driver_test.h56 pthread_t videothread_id;
57 pthread_t asyncthread_id;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_test.h61 pthread_t videothread_id;
62 pthread_t asyncthread_id;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Dvideo_encoder_test.h62 pthread_t videothread_id;
63 pthread_t asyncthread_id;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Ddecoder_driver_test.h55 pthread_t videothread_id;
56 pthread_t asyncthread_id;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Ddecoder_driver_test.h55 pthread_t videothread_id;
56 pthread_t asyncthread_id;
/hardware/interfaces/gnss/1.0/default/
DThreadCreationWrapper.cpp25 pthread_t createPthread(const char* name, in createPthread()
28 pthread_t threadId; in createPthread()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_test.h61 pthread_t videothread_id;
62 pthread_t asyncthread_id;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_test.h61 pthread_t videothread_id;
62 pthread_t asyncthread_id;
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Ddecoder_driver_test.h55 pthread_t videothread_id;
56 pthread_t asyncthread_id;
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_thread_helper.h43 pthread_t thread_id;
51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_thread_helper.h43 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/
Dloc_eng_dmn_conn_thread_helper.h43 pthread_t thread_id;
51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_thread_helper.h43 pthread_t thread_id;
51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_thread_helper.h43 pthread_t thread_id;
51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_thread_helper.h43 pthread_t thread_id;
51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
/hardware/samsung/nfc/halimpl/osi/
Dosi_common.h61 pthread_t task;
121 pthread_t timer_thread;
/hardware/nxp/uwb/halimpl/tml/
DphTmlUwb.h101 pthread_t readerThread; /*Handle to the thread which handles write and read
103 pthread_t writerThread;
/hardware/qcom/sm7150/gps/utils/
DLocThread.cpp37 pthread_t mThandle;
68 mRunnable(runnable), mJoinable(joinable), mThandle((pthread_t)NULL), in LocThreadDelegate()
82 mThandle = (pthread_t)NULL; in LocThreadDelegate()
/hardware/qcom/gps/msm8909w_3100/utils/
DLocThread.cpp37 pthread_t mThandle;
68 mRunnable(runnable), mJoinable(joinable), mThandle((pthread_t)NULL), in LocThreadDelegate()
82 mThandle = (pthread_t)NULL; in LocThreadDelegate()
/hardware/qcom/sm8150p/gps/utils/
DLocThread.cpp37 pthread_t mThandle;
68 mRunnable(runnable), mJoinable(joinable), mThandle((pthread_t)NULL), in LocThreadDelegate()
82 mThandle = (pthread_t)NULL; in LocThreadDelegate()
/hardware/st/nfc/1.0/adaptation/
Di2clayer.c53 static pthread_t threadHandle = (pthread_t)NULL;
272 if (threadHandle == (pthread_t)NULL) in I2cCloseLayer()
281 threadHandle = (pthread_t)NULL; in I2cCloseLayer()
/hardware/qcom/audio/legacy/alsa_sound/
DAudioUsbALSA.h85 pthread_t mPlaybackUsb;
86 pthread_t mRecordingUsb;

1234567891011