Searched defs:Close (Results 1 - 25 of 38) sorted by relevance

12

/external/opencore/oscl/oscl/osclio/src/
H A Doscl_file_server.cpp42 OSCL_EXPORT_REF int32 Oscl_FileServer::Close() function in class:Oscl_FileServer
H A Doscl_socket_serv_imp_reqlist.cpp147 void OsclSocketServRequestList::Close() function in class:OsclSocketServRequestList
156 iCrit.Close();
157 iSem.Close();
H A Doscl_tcp_socket.cpp123 int32 OsclTCPSocketI::Close() function in class:OsclTCPSocketI
135 return iSocket->Close();
H A Doscl_udp_socket.cpp70 int32 OsclUDPSocketI::Close() function in class:OsclUDPSocketI
78 return iSocket->Close();
H A Doscl_dns_imp_pv.cpp39 Close();
53 int32 OsclDNSI::Close() function in class:OsclDNSI
H A Doscl_file_cache.cpp43 Close();
93 void OsclFileCache::Close() function in class:OsclFileCache
H A Doscl_file_find.cpp56 Close();
107 Close();
357 OSCL_EXPORT_REF void Oscl_FileFind::Close() function in class:Oscl_FileFind
H A Doscl_file_io.cpp134 Close();
438 OSCL_EXPORT_REF int32 Oscl_File::Close() function in class:Oscl_File
443 (0, "Oscl_File(0x%x)::Close IN", this));
455 iFileCache->Close();
457 iAsyncFile->Close();
474 (0, "Oscl_File(0x%x)::Close OUT result %d", this, result));
1076 (0, "OsclNativeFile(0x%x)::Close IN", this));
1086 result = iNativeFile->Close();
1095 (0, "OsclNativeFile(0x%x)::Close OUT result", this, result));
H A Doscl_file_native.cpp233 int32 OsclNativeFile::Close() function in class:OsclNativeFile
H A Doscl_socket.cpp55 OSCL_EXPORT_REF void OsclSocketServ::Close(bool aCleanup) function in class:OsclSocketServ
57 iServ->Close(aCleanup);
104 OSCL_EXPORT_REF int32 OsclUDPSocket::Close() function in class:OsclUDPSocket
106 return iUDPSocket->Close();
210 OSCL_EXPORT_REF int32 OsclTCPSocket::Close() function in class:OsclTCPSocket
212 return iTCPSocket->Close();
H A Doscl_socket_imp_pv.cpp54 Close();
66 int32 OsclSocketI::Close() function in class:OsclSocketI
352 Close();
/external/opencore/oscl/oscl/osclregcli/src/
H A Doscl_registry_access_client.cpp33 Close();
69 OSCL_EXPORT_REF void OsclRegistryAccessClient::Close() function in class:OsclRegistryAccessClient
73 iTlsImpl->Close();
79 iGlobalImpl->Close();
H A Doscl_registry_client.cpp36 Close();
99 OSCL_EXPORT_REF void OsclRegistryClient::Close() function in class:OsclRegistryClient
103 iTlsImpl->Close();
109 iGlobalImpl->Close();
H A Doscl_registry_client_impl.h71 void Close() {} function in class:OsclRegistryClientImpl
/external/opencore/oscl/oscl/osclproc/src/
H A Doscl_mutex.cpp44 Close();
148 OSCL_EXPORT_REF OsclProcStatus::eOsclProcError OsclMutex::Close() function in class:OsclMutex
204 iMutex.Close();
H A Doscl_mutex.h121 OSCL_IMPORT_REF OsclProcStatus::eOsclProcError Close(void);
265 OsclProcStatus::eOsclProcError Close(void) function in class:OsclNoYieldMutex
H A Doscl_semaphore.cpp84 OSCL_EXPORT_REF OsclProcStatus::eOsclProcError OsclSemaphore::Close(void) function in class:OsclSemaphore
/external/opencore/pvmi/content_policy_manager/src/
H A Dpvmf_cpmplugin_factory_registry.cpp102 OSCL_EXPORT_REF void PVMFCPMPluginFactoryRegistryClient::Close() function in class:PVMFCPMPluginFactoryRegistryClient
105 iClient->Close();
/external/qemu/distrib/sdl-1.2.12/src/cdrom/
H A DSDL_syscdrom.h60 /* Close the specified drive */
61 void (*Close)(SDL_CD *cdrom); member in struct:CDcaps
/external/opencore/oscl/oscl/osclregserv/src/
H A Doscl_registry_serv_impl_global.cpp43 Close();
66 void OsclRegistryServImpl::Close() function in class:OsclRegistryServImpl
H A Doscl_registry_serv_impl_tls.cpp39 Close();
62 void OsclRegistryServTlsImpl::Close() function in class:OsclRegistryServTlsImpl
/external/v8/src/
H A Dd8-readline.cc52 virtual bool Close();
77 bool ReadLineEditor::Close() { function in class:v8::ReadLineEditor
/external/opencore/fileformats/common/parser/src/
H A Dpvfile.cpp115 OSCL_EXPORT_REF int32 PVFile::Close() function in class:PVFile
120 result = -1;//Close should not be called for filePtr access.
137 // call Close in either case.
138 result = iFile->Close();
/external/opencore/oscl/oscl/oscllib/src/
H A Doscl_shared_library.cpp71 Close();
267 OSCL_EXPORT_REF OsclLibStatus OsclSharedLibrary::Close() function in class:OsclSharedLibrary
282 (0, "OsclLib::Close: Could not access "
290 (0, "OsclLib::Close: Could not access PVReleaseInterface "
297 (0, "OsclLib::Close: Could not access PVReleaseInterface "
319 (0, "OsclSharedLibrary::Close: Error closing library: %s", pErr));
324 (0, "OsclSharedLibrary::Close: Error closing library, no error reported"
406 ** Close all open libraries
412 iList.front()->Close();
/external/webkit/WebKit/android/jni/
H A DWebIconDatabase.cpp147 static void Close(JNIEnv* env, jobject obj) function in namespace:android
194 (void*) Close },

Completed in 117 milliseconds

12