Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 7 of 7) 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/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.c586 pthread_t thread; member
600 pthread_join(s->thread, &dummy); in gps_state_done()
794 state->thread = callbacks->create_thread_cb( "gps_state_thread", gps_state_thread, state ); in gps_state_init()
796 if ( !state->thread ) { in gps_state_init()
/device/generic/goldfish/fingerprint/
Dfingerprint.c69 pthread_t thread; member
789 pthread_join(qdev->listener.thread, NULL); in fingerprint_close()
833 if (pthread_create(&qdev->listener.thread, NULL, listenerFunction, qdev) != in fingerprint_open()
/device/generic/goldfish/opengl/system/renderControl_enc/
DREADME100 calling thread.
112 colorBuffer to the current binded texture object of the calling thread.
/device/lge/bullhead/wifi/
DWCNSS_qcom_cfg.ini508 # 0: no rx thread, no RPS, for MDM
509 # 1: RX thread
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
DQCameraMjpegDecode.cpp103 pthread_t thread; member