Searched refs:ti (Results 1 – 11 of 11) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | ServerConnection.cpp | 26 EGLThreadInfo *ti = getEGLThreadInfo(); in s_getGlContext() local 27 if (ti->serverConn) { in s_getGlContext() 28 return ti->serverConn->m_glEnc; in s_getGlContext() 35 EGLThreadInfo *ti = getEGLThreadInfo(); in s_getGl2Context() local 36 if (ti->serverConn) { in s_getGl2Context() 37 return ti->serverConn->m_gl2Enc; in s_getGl2Context() 44 EGLThreadInfo *ti = getEGLThreadInfo(); in s_getServerConnection() local 45 if (!ti->serverConn) in s_getServerConnection() 47 ti->serverConn = new ServerConnection(); in s_getServerConnection() 48 if (ti->serverConn->create() < 0) { in s_getServerConnection() [all …]
|
D | ThreadInfo.cpp | 24 EGLThreadInfo *ti = (EGLThreadInfo *)ptr; in tlsDestruct() local 25 delete ti->serverConn; in tlsDestruct() 26 delete ti; in tlsDestruct() 32 EGLThreadInfo *ti = (EGLThreadInfo *)thread_store_get(&s_tls); in getEGLThreadInfo() local 33 if (ti) return ti; in getEGLThreadInfo() 35 ti = new EGLThreadInfo(); in getEGLThreadInfo() 36 thread_store_set(&s_tls, ti, tlsDestruct); in getEGLThreadInfo() 38 return ti; in getEGLThreadInfo()
|
D | egl.cpp | 514 EGLThreadInfo *ti = getEGLThreadInfo(); in eglDestroyContext() local 517 server->utEnc()->destroyContext(ti->serverConn->utEnc(), getpid(), (uint32_t)ctx); in eglDestroyContext() 519 if (ti->currentContext == wctx) ti->currentContext = NULL; in eglDestroyContext() 531 EGLThreadInfo *ti = getEGLThreadInfo(); in eglMakeCurrent() local 548 ti->currentContext = wctx; in eglMakeCurrent() 556 EGLThreadInfo *ti = getEGLThreadInfo(); in eglGetCurrentContext() local 557 return (ti->currentContext ? ti->currentContext : EGL_NO_CONTEXT); in eglGetCurrentContext()
|
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
D | ThreadInfo.cpp | 24 EGLThreadInfo *ti = (EGLThreadInfo *)ptr; in tlsDestruct() local 25 delete ti->hostConn; in tlsDestruct() 26 delete ti; in tlsDestruct() 33 EGLThreadInfo *ti = (EGLThreadInfo *)thread_store_get(&s_tls); in slow_getEGLThreadInfo() local 34 if (ti) return ti; in slow_getEGLThreadInfo() 36 ti = new EGLThreadInfo(); in slow_getEGLThreadInfo() 37 thread_store_set(&s_tls, ti, tlsDestruct); in slow_getEGLThreadInfo() 39 return ti; in slow_getEGLThreadInfo()
|
D | HostConnection.cpp | 144 EGLThreadInfo *ti = getEGLThreadInfo(); in s_getGLContext() local 145 if (ti->hostConn) { in s_getGLContext() 146 return ti->hostConn->m_glEnc; in s_getGLContext() 153 EGLThreadInfo *ti = getEGLThreadInfo(); in s_getGL2Context() local 154 if (ti->hostConn) { in s_getGL2Context() 155 return ti->hostConn->m_gl2Enc; in s_getGL2Context()
|
/device/linaro/hikey/wpan/uim/ |
D | uim.c | 188 struct termios ti; in set_baud_rate() local 193 if (tcgetattr(dev_fd, &ti) < 0) { in set_baud_rate() 200 cfmakeraw(&ti); in set_baud_rate() 202 ti.c_cflag |= 1; in set_baud_rate() 203 ti.c_cflag |= CRTSCTS; in set_baud_rate() 208 tcsetattr(dev_fd, TCSANOW, &ti); in set_baud_rate() 211 cfsetospeed(&ti, B115200); in set_baud_rate() 212 cfsetispeed(&ti, B115200); in set_baud_rate() 213 tcsetattr(dev_fd, TCSANOW, &ti); in set_baud_rate() 231 struct termios ti; in set_custom_baud_rate() local [all …]
|
/device/linaro/hikey/bt-wifi-firmware-util/ |
D | Android.mk | 17 TI_WILINK_FW_PATH := $(TARGET_OUT_ETC)/firmware/ti-connectivity 25 LOCAL_MODULE_OWNER := ti 34 LOCAL_MODULE_OWNER := ti 43 LOCAL_MODULE_OWNER := ti
|
/device/huawei/angler/ |
D | releasetools.py | 190 for ti in tm.unpacked_images.values(): 191 if ti not in blacklist: 192 si = sm.GetUnpackedImage(ti.name) 195 if ti.size == si.size and ti.sha1 == si.sha1: 197 ti.name) 198 blacklist.append(ti.name)
|
/device/moto/shamu/ |
D | releasetools.py | 174 for ti in tm.unpacked_images: 175 if ti not in blacklist: 176 si = sm.GetUnpackedImage(ti.name) 179 if ti.size == si.size and ti.sha1 == si.sha1: 180 print "target bootloader partition image %s matches source; skipping" % ti.name 181 blacklist.append(ti.name)
|
/device/linaro/hikey/wpan/bluedroid_wilink/ |
D | Android.mk | 25 LOCAL_SRC_FILES := libbt-vendor-ti.c
|
/device/linaro/hikey/ |
D | device.mk | 89 $(call inherit-product-if-exists, device/linaro/hikey/wpan/ti-wpan-products.mk)
|