HomeSort by relevance Sort by last modified time
    Searched defs:CloseSession (Results 1 - 9 of 9) sorted by null

  /external/opencore/pvmi/recognizer/src/
pvmf_recognizer_registry.cpp 127 OSCL_EXPORT_REF PVMFStatus PVMFRecognizerRegistry::CloseSession(PVMFSessionId aSessionId)
132 return pvrecregimpl->CloseSession(aSessionId);
pvmf_recognizer_registry_impl.cpp 135 PVMFStatus PVMFRecognizerRegistryImpl::CloseSession(PVMFSessionId aSessionId)
139 LOGERROR((0, "PVMFRecognizerRegistryImpl::CloseSession Failed!"));
670 if (iDataStream) iDataStream->CloseSession(iDataStreamSessionID);
  /external/opencore/oscl/oscl/osclregserv/src/
oscl_registry_serv_impl.cpp 122 void OsclComponentRegistry::CloseSession()
  /external/opencore/fileformats/common/parser/src/
pvmi_datastreamsyncinterface_ref_impl.cpp 138 PVMIDataStreamSyncInterfaceRefImpl::CloseSession(PvmiDataStreamSession sessionID)
143 LOGDEBUG((0, "PVMIDataStreamSyncInterfaceRefImpl::CloseSession returning %d", -1));
149 LOGDEBUG((0, "PVMIDataStreamSyncInterfaceRefImpl::CloseSession returning %d", result));
  /external/v8/src/
debug-agent.cc 95 CloseSession();
122 void DebuggerAgent::CloseSession() {
157 CloseSession();
  /external/opencore/nodes/pvdownloadmanagernode/src/
pvmf_filebufferdatastream_factory.cpp 289 PVMFFileBufferReadDataStreamImpl::CloseSession(PvmiDataStreamSession aSessionID)
294 // Either OpenSession was never called or we already called CloseSession
296 LOGDEBUG((0, "PVMFFileBufferReadDataStreamImpl::CloseSession returning %d", -1));
302 LOGDEBUG((0, "PVMFFileBufferReadDataStreamImpl::CloseSession returning %d iFileObject %x", result, iFileObject));
772 PVMFFileBufferWriteDataStreamImpl::CloseSession(PvmiDataStreamSession aSessionID)
780 // Either OpenSession was never called or we already called CloseSession
782 LOGDEBUG((0, "PVMFFileBufferWriteDataStreamImpl::CloseSession no valid iFileObject returning %d", -1));
788 LOGDEBUG((0, "PVMFFileBufferWriteDataStreamImpl::CloseSession returning %d", result));
    [all...]
pvmf_memorybufferdatastream_factory.cpp 236 iWriteDataStream->CloseSession(iSessionID);
298 PVMFMemoryBufferReadDataStreamImpl::CloseSession(PvmiDataStreamSession aSessionID)
301 LOGTRACE((0, "PVMFMemoryBufferReadDataStreamImpl::CloseSession session %d", iSessionID));
312 iWriteDataStream->CloseSession(iSessionID);
315 LOGTRACE((0, "PVMFMemoryBufferReadDataStreamImpl::CloseSession - returning %d", status));
    [all...]
  /external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/
pvmf_cpmplugin_passthru_oma1.cpp     [all...]
  /external/opencore/pvmi/content_policy_manager/src/
cpm.cpp 584 PVMFCPMImpl::CloseSession(PVMFSessionId& aSessionId,
587 PVMF_CPM_LOGINFO((0, "PVMFCPMImpl::CloseSession"));
    [all...]

Completed in 302 milliseconds