Searched defs:shc (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/ilo/ |
D | ilo_shader.c | 53 struct ilo_shader_cache *shc; in ilo_shader_cache_create() local 69 ilo_shader_cache_destroy(struct ilo_shader_cache *shc) in ilo_shader_cache_destroy() 78 ilo_shader_cache_add(struct ilo_shader_cache *shc, in ilo_shader_cache_add() 94 ilo_shader_cache_remove(struct ilo_shader_cache *shc, in ilo_shader_cache_remove() 105 ilo_shader_cache_notify_change(struct ilo_shader_cache *shc, in ilo_shader_cache_notify_change() 119 ilo_shader_cache_upload(struct ilo_shader_cache *shc, in ilo_shader_cache_upload() 172 ilo_shader_cache_invalidate(struct ilo_shader_cache *shc) in ilo_shader_cache_invalidate() 194 ilo_shader_cache_get_max_scratch_sizes(const struct ilo_shader_cache *shc, in ilo_shader_cache_get_max_scratch_sizes()
|
D | ilo_cp.c | 202 struct ilo_shader_cache *shc) in ilo_cp_create()
|
/external/conscrypt/common/src/jni/main/include/conscrypt/ |
D | app_data.h | 216 bool setCallbackState(JNIEnv* e, jobject shc, jobject fd) { in setCallbackState()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | NativeCrypto.java | 1066 … long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc, int timeoutMillis) in SSL_do_handshake() 1082 …c native int SSL_read(long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc, in SSL_read() 1089 SSLHandshakeCallbacks shc, byte[] b, int off, int len, int writeTimeoutMillis) in SSL_write() 1094 … long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc) throws IOException; in SSL_shutdown() 1277 …tatic native int ENGINE_SSL_do_handshake(long ssl, NativeSsl ssl_holder, SSLHandshakeCallbacks shc) in ENGINE_SSL_do_handshake() 1295 SSLHandshakeCallbacks shc) throws IOException, CertificateException; in ENGINE_SSL_read_direct() 1302 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_direct() 1308 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_BIO_direct() 1314 int sourceOffset, int sourceLength, SSLHandshakeCallbacks shc) in ENGINE_SSL_write_BIO_heap() 1321 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_read_BIO_direct() [all …]
|
/external/vboot_reference/host/lib/ |
D | crossystem.c | 251 const VbSharedDataKernelCall* shc = in GetVdatLoadKernelDebug() local
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 7578 jobject shc, jint timeout_millis) { in NativeCrypto_SSL_do_handshake() 7790 static int sslRead(JNIEnv* env, SSL* ssl, jobject fdObject, jobject shc, char* buf, jint len, in sslRead() 7923 jobject shc, jbyteArray b, jint offset, jint len, in NativeCrypto_SSL_read() 8058 static int sslWrite(JNIEnv* env, SSL* ssl, jobject fdObject, jobject shc, const char* buf, jint len, in sslWrite() 8199 jobject shc, jbyteArray b, jint offset, jint len, in NativeCrypto_SSL_write() 8320 jobject shc) { in NativeCrypto_SSL_shutdown() 9079 jobject shc) { in NativeCrypto_ENGINE_SSL_do_handshake() 9161 …hutdown(JNIEnv* env, jclass, jlong ssl_address, CONSCRYPT_UNUSED jobject ssl_holder, jobject shc) { in NativeCrypto_ENGINE_SSL_shutdown() 9227 jint length, jobject shc) { in NativeCrypto_ENGINE_SSL_read_direct() 9320 jlong address, jint len, jobject shc) { in NativeCrypto_ENGINE_SSL_write_BIO_direct() [all …]
|