Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish/opengl/system/egl/
DClientAPIExts.cpp94 EGLThreadInfo* thread = getEGLThreadInfo(); \
95 if (!thread->currentContext) { \
98 int idx = (int)thread->currentContext->version - 1; \
108 EGLThreadInfo* thread = getEGLThreadInfo(); \
109 if (!thread->currentContext) { \
112 int idx = (int)thread->currentContext->version - 1; \
/device/lge/hammerhead/camera/hdr/include/
Dmorpho_easy_hdr.h117 int (* thread_destroy)(void *p, void *thread);
118 int (* thread_join )(void *p, void *thread, void **value_ptr);
/device/asus/flo/camera/hdr/include/
Dmorpho_easy_hdr.h117 int (* thread_destroy)(void *p, void *thread);
118 int (* thread_join )(void *p, void *thread, void **value_ptr);
/device/generic/goldfish/fingerprint/
Dfingerprint.c41 pthread_t thread; member
71 pthread_join(dev->listener.thread, NULL); in destroyListenerThread()
225 pthread_create(&dev->listener.thread, NULL, listenerFunction, dev); in createListenerThread()
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DDemoKitActivity.java225 Thread thread = new Thread(null, this, "DemoKit"); in openAccessory() local
226 thread.start(); in openAccessory()
/device/generic/goldfish/gps/
Dgps_qemu.c588 pthread_t thread; member
602 pthread_join(s->thread, &dummy); in gps_state_done()
796 state->thread = callbacks->create_thread_cb( "gps_state_thread", gps_state_thread, state ); in gps_state_init()
798 if ( !state->thread ) { in gps_state_init()
/device/generic/goldfish/opengl/system/renderControl_enc/
DREADME100 calling thread.
112 colorBuffer to the current binded texture object of the calling thread.
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
DQCameraMjpegDecode.cpp103 pthread_t thread; member