Searched refs:thread (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/opengl/system/egl/ |
D | ClientAPIExts.cpp | 94 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/ |
D | morpho_easy_hdr.h | 117 int (* thread_destroy)(void *p, void *thread); 118 int (* thread_join )(void *p, void *thread, void **value_ptr);
|
/device/asus/flo/camera/hdr/include/ |
D | morpho_easy_hdr.h | 117 int (* thread_destroy)(void *p, void *thread); 118 int (* thread_join )(void *p, void *thread, void **value_ptr);
|
/device/generic/goldfish/fingerprint/ |
D | fingerprint.c | 41 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/ |
D | DemoKitActivity.java | 225 Thread thread = new Thread(null, this, "DemoKit"); in openAccessory() local 226 thread.start(); in openAccessory()
|
/device/generic/goldfish/gps/ |
D | gps_qemu.c | 588 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/ |
D | README | 100 calling thread. 112 colorBuffer to the current binded texture object of the calling thread.
|
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/ |
D | QCameraMjpegDecode.cpp | 103 pthread_t thread; member
|