Home
last modified time | relevance | path

Searched refs:threadFunc (Results 1 – 15 of 15) sorted by relevance

/aosp12/hardware/interfaces/gnss/1.0/default/
H A DThreadCreationWrapper.cpp19 void* threadFunc(void* arg) { in threadFunc() function
34 int ret = pthread_create(&threadId, nullptr, threadFunc, reinterpret_cast<void*>( in createPthread()
H A DThreadCreationWrapper.h46 void* threadFunc(void* arg);
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/default/
H A DWorkerThread.cpp29 mThread(&WorkerThread::threadFunc, this) {} in WorkerThread()
54 void WorkerThread::threadFunc() { in threadFunc() function in aidl::android::hardware::biometrics::fingerprint::WorkerThread
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
H A DUptimeTimer.java43 new Thread(this::threadFunc, threadName).start(); in UptimeTimer()
61 private void threadFunc() { in threadFunc() method in UptimeTimer
/aosp12/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
H A DphOsal_Adaptation.cpp108 phOsalAdapt_StartTask(void* threadFunc, void* pParams) { in phOsalAdapt_StartTask() argument
119 (pphOsal_ThreadFunction_t)threadFunc, pParams); in phOsalAdapt_StartTask()
/aosp12/frameworks/av/media/libstagefright/
H A DAMRWriter.cpp183 return (void *)(uintptr_t) static_cast<AMRWriter *>(me)->threadFunc(); in ThreadWrapper()
186 status_t AMRWriter::threadFunc() { in threadFunc() function in android::AMRWriter
H A DAACWriter.cpp188 return (void *)(uintptr_t)static_cast<AACWriter *>(me)->threadFunc(); in ThreadWrapper()
286 status_t AACWriter::threadFunc() { in threadFunc() function in android::AACWriter
H A DOggWriter.cpp272 return (void*)(uintptr_t) static_cast<OggWriter*>(me)->threadFunc(); in ThreadWrapper()
275 status_t OggWriter::threadFunc() { in threadFunc() function in android::OggWriter
H A DMPEG4Writer.cpp2675 writer->threadFunc(); in ThreadWrapper()
2789 void MPEG4Writer::threadFunc() { in threadFunc() function in android::MPEG4Writer
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/default/include/
H A DWorkerThread.h61 void threadFunc();
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DAMRWriter.h56 status_t threadFunc();
H A DAACWriter.h65 status_t threadFunc();
H A DOggWriter.h60 status_t threadFunc();
H A DMPEG4Writer.h245 void threadFunc();
/aosp12/frameworks/av/media/libheadtracking/
H A DSensorPoseProvider.cpp190 mThread([this] { threadFunc(); }) {} in SensorPoseProviderImpl()
196 void threadFunc() { in threadFunc() function in android::media::__anon57b4a7480110::SensorPoseProviderImpl