Searched refs:tls (Results 1 – 22 of 22) sorted by relevance
/system/core/libcutils/ |
D | threads.cpp | 56 return pthread_getspecific( store->tls ); in thread_store_get() 65 if (pthread_key_create( &store->tls, destroy) != 0) { in thread_store_set() 73 pthread_setspecific( store->tls, value ); in thread_store_set() 82 return (void*) TlsGetValue( store->tls ); in thread_store_get() 100 store->tls = TlsAlloc(); in thread_store_set() 101 if (store->tls == TLS_OUT_OF_INDEXES) { in thread_store_set() 109 TlsSetValue( store->tls, value ); in thread_store_set()
|
/system/core/libcutils/include_vndk/cutils/ |
D | threads.h | 47 pthread_key_t tls; member 57 DWORD tls; member
|
/system/core/libcutils/include/cutils/ |
D | threads.h | 47 pthread_key_t tls; member 57 DWORD tls; member
|
/system/core/adb/tls/include/adb/tls/ |
D | adb_ca_list.h | 26 namespace tls {
|
D | tls_connection.h | 30 namespace tls {
|
/system/libhwbinder/ |
D | BufferedTextOutput.cpp | 97 static thread_store_t tls; variable 101 ThreadState* ts = (ThreadState*) thread_store_get( &tls ); in getThreadState() 104 thread_store_set( &tls, ts, threadDestructor ); in getThreadState()
|
/system/core/adb/pairing_connection/ |
D | pairing_connection.cpp | 39 using TlsError = tls::TlsConnection::TlsError; 146 std::unique_ptr<tls::TlsConnection> tls_; 168 tls_ = tls::TlsConnection::Create( in SetupTlsConnection() 169 role_ == Role::Server ? tls::TlsConnection::Role::Server in SetupTlsConnection() 170 : tls::TlsConnection::Role::Client, in SetupTlsConnection()
|
/system/core/adb/tls/tests/ |
D | adb_ca_list_test.cpp | 27 namespace tls { namespace
|
D | tls_connection_test.cpp | 35 namespace tls { namespace
|
/system/core/adb/tls/ |
D | adb_ca_list.cpp | 28 namespace tls { namespace
|
D | tls_connection.cpp | 30 namespace tls { namespace
|
/system/core/adb/ |
D | transport.h | 49 namespace tls { 212 std::unique_ptr<adb::tls::TlsConnection> tls_;
|
D | transport.cpp | 59 using namespace adb::tls;
|
/system/memory/libmemunreachable/tests/ |
D | MemUnreachable_test.cpp | 156 TEST_F(MemunreachableTest, tls) { in TEST_F() argument
|
/system/core/adb/daemon/ |
D | auth.cpp | 53 using namespace adb::tls;
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | adbd.te | 90 # Set service.adb.tls.port, persist.adb.wifi. properties
|
D | property_contexts | 52 service.adb.tls.port u:object_r:adbd_prop:s0
|
D | system_server.te | 865 # Read service.adb.tls.port, persist.adb.wifi. properties
|
/system/core/adb/client/ |
D | auth.cpp | 61 using namespace adb::tls;
|
/system/sepolicy/private/ |
D | adbd.te | 90 # Set service.adb.tls.port, persist.adb.wifi. properties
|
D | system_server.te | 883 # Read service.adb.tls.port, persist.adb.wifi. properties
|
D | property_contexts | 48 service.adb.tls.port u:object_r:adbd_prop:s0
|