OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateSession
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/p2p/base/
portallocator.cc
31
PortAllocatorSession* PortAllocator::
CreateSession
(
/external/webrtc/webrtc/p2p/client/
portallocator_unittest.cc
178
bool
CreateSession
(int component) {
179
session_.reset(
CreateSession
("session", component));
185
bool
CreateSession
(int component, const std::string& content_name) {
186
session_.reset(
CreateSession
("session", content_name, component));
192
cricket::PortAllocatorSession*
CreateSession
(
194
return
CreateSession
(sid, kContentName, component);
197
cricket::PortAllocatorSession*
CreateSession
(
199
return
CreateSession
(sid, content_name, component, kIceUfrag0, kIcePwd0);
202
cricket::PortAllocatorSession*
CreateSession
(
206
allocator_->
CreateSession
(
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tapi3cc.h
162
virtual HRESULT WINAPI
CreateSession
(ITACDGroup *pACDGroup,ITAddress *pAddress,ITAgentSession **ppAgentSession) = 0;
190
HRESULT (WINAPI *
CreateSession
)(ITAgent *This,ITACDGroup *pACDGroup,ITAddress *pAddress,ITAgentSession **ppAgentSession);
220
#define ITAgent_CreateSession(This,pACDGroup,pAddress,ppAgentSession) (This)->lpVtbl->
CreateSession
(This,pACDGroup,pAddress,ppAgentSession)
[
all
...]
tapi3.h
281
virtual HRESULT WINAPI
CreateSession
(ITACDGroup *pACDGroup,ITAddress *pAddress,ITAgentSession **ppAgentSession) = 0;
309
HRESULT (WINAPI *
CreateSession
)(ITAgent *This,ITACDGroup *pACDGroup,ITAddress *pAddress,ITAgentSession **ppAgentSession);
339
#define ITAgent_CreateSession(This,pACDGroup,pAddress,ppAgentSession) (This)->lpVtbl->
CreateSession
(This,pACDGroup,pAddress,ppAgentSession)
[
all
...]
rtccore.h
928
virtual HRESULT WINAPI
CreateSession
(RTC_SESSION_TYPE enType,BSTR bstrLocalPhoneURI,IRTCProfile *pProfile,__LONG32 lFlags,IRTCSession **ppSession) = 0;
[
all
...]
oledb.h
[
all
...]
Completed in 221 milliseconds