/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | call.cc | 60 Session *session = sessions_[0]; in ~Call() local 71 Session *session = session_client_->CreateSession(this); in InitiateSession() local 86 Session* session, const SessionDescription* offer) { in IncomingSession() 94 void Call::AcceptSession(BaseSession* session, in AcceptSession() 105 void Call::RejectSession(BaseSession *session) { in RejectSession() 114 void Call::TerminateSession(BaseSession *session) { in TerminateSession() 141 void Call::SetVideoRenderer(BaseSession *session, uint32 ssrc, in SetVideoRenderer() 149 void Call::AddStream(BaseSession *session, in AddStream() 161 void Call::RemoveStream(BaseSession *session, in RemoveStream() 199 bool Call::AddSession(Session *session, const SessionDescription* offer) { in AddSession() [all …]
|
/external/chromium/chrome/browser/sync/sessions/ |
D | test_util.cc | 11 void SimulateHasMoreToSync(sessions::SyncSession* session, in SimulateHasMoreToSync() 17 void SimulateDownloadUpdatesFailed(sessions::SyncSession* session, in SimulateDownloadUpdatesFailed() 25 void SimulateCommitFailed(sessions::SyncSession* session, in SimulateCommitFailed() 36 void SimulateSuccess(sessions::SyncSession* session, in SimulateSuccess() 45 void SimulateThrottledImpl(sessions::SyncSession* session, in SimulateThrottledImpl() 50 void SimulatePollIntervalUpdateImpl(sessions::SyncSession* session, in SimulatePollIntervalUpdateImpl()
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
D | SSLSessionImplTest.java | 37 SSLSessionImpl session = new SSLSessionImpl(null, null); in testSSLSessionImplCipherSuiteSecureRandom() local 89 SSLSessionImpl session = new SSLSessionImpl( in testInvalidate() local 97 SSLSessionImpl session = new SSLSessionImpl(null); in testSetPeer() local 105 SSLSessionImpl session = new SSLSessionImpl(null); in testGetValue() local
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | sessionmanager.cc | 91 Session* session = new Session(this, local_name, initiator_name, in CreateSession() local 104 void SessionManager::DestroySession(Session* session) { in DestroySession() 125 Session* session = session_map_.begin()->second; in TerminateAll() local 140 Session* session = iter->second; in FindSession() local 157 Session* session = FindSession(msg.sid, msg.from); in OnIncomingMessage() local 202 Session* session = FindSession(msg.sid, msg.to); in OnFailedSend() local 270 void SessionManager::OnOutgoingMessage(Session* session, in OnOutgoingMessage() 275 void SessionManager::OnErrorMessage(BaseSession* session, in OnErrorMessage() 292 void SessionManager::OnRequestSignaling(Session* session) { in OnRequestSignaling()
|
/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
D | tunnelsessionclient.cc | 112 Session* session = (*it)->ReleaseSession(true); in ~TunnelSessionClientBase() local 118 void TunnelSessionClientBase::OnSessionCreate(Session* session, bool received) { in OnSessionCreate() 127 void TunnelSessionClientBase::OnSessionDestroy(Session* session) { in OnSessionDestroy() 155 Session* session) { in AcceptTunnel() 176 void TunnelSessionClientBase::DeclineTunnel(Session* session) { in DeclineTunnel() 185 Session* session = session_manager_->CreateSession(jid_.Str(), namespace_); in OnMessage() local 196 Session* session, talk_base::Thread* stream_thread, in MakeTunnelSession() 267 Session *session) { in OnIncomingTunnel() 303 TunnelSession::TunnelSession(TunnelSessionClientBase* client, Session* session, in TunnelSession() 324 bool TunnelSession::HasSession(Session* session) { in HasSession() [all …]
|
/external/bluetooth/bluez/audio/ |
D | avdtp.c | 362 struct avdtp *session; member 507 static gboolean avdtp_send(struct avdtp *session, uint8_t transaction, in avdtp_send() 656 struct avdtp *session = user_data; in disconnect_timeout() local 676 static void remove_disconnect_timer(struct avdtp *session) in remove_disconnect_timer() 683 static void set_disconnect_timer(struct avdtp *session) in set_disconnect_timer() 725 static struct avdtp_stream *find_stream_by_rseid(struct avdtp *session, in find_stream_by_rseid() 754 static void avdtp_set_state(struct avdtp *session, in avdtp_set_state() 809 struct avdtp *session = stream->session; in stream_timeout() local 874 static void handle_transport_connect(struct avdtp *session, GIOChannel *io, in handle_transport_connect() 952 static void cleanup_queue(struct avdtp *session, struct avdtp_stream *stream) in cleanup_queue() [all …]
|
D | a2dp.c | 70 struct avdtp *session; member 92 struct avdtp *session; member 131 static struct audio_device *a2dp_get_dev(struct avdtp *session) in a2dp_get_dev() 140 static struct a2dp_setup *setup_new(struct avdtp *session) in setup_new() 311 static struct a2dp_setup *find_setup_by_session(struct avdtp *session) in find_setup_by_session() 325 static struct a2dp_setup *a2dp_setup_get(struct avdtp *session) in a2dp_setup_get() 417 static gboolean sbc_setconf_ind(struct avdtp *session, in sbc_setconf_ind() 482 static gboolean sbc_getcap_ind(struct avdtp *session, struct avdtp_local_sep *sep, in sbc_getcap_ind() 549 static gboolean mpeg_setconf_ind(struct avdtp *session, in mpeg_setconf_ind() 590 static gboolean mpeg_getcap_ind(struct avdtp *session, in mpeg_getcap_ind() [all …]
|
D | source.c | 62 struct avdtp *session; member 123 struct avdtp *session, in avdtp_state_callback() 242 static void stream_setup_complete(struct avdtp *session, struct a2dp_sep *sep, in stream_setup_complete() 285 static void select_complete(struct avdtp *session, struct a2dp_sep *sep, in select_complete() 315 static void discovery_complete(struct avdtp *session, GSList *seps, struct avdtp_error *err, in discovery_complete() 358 gboolean source_setup_stream(struct source *source, struct avdtp *session) in source_setup_stream() 574 gboolean source_new_stream(struct audio_device *dev, struct avdtp *session, in source_new_stream()
|
/external/chromium/chrome/browser/sync/engine/ |
D | syncer_command.cc | 18 void SyncerCommand::Execute(SyncSession* session) { in Execute() 23 void SyncerCommand::SendNotifications(SyncSession* session) { in SendNotifications()
|
D | model_changing_syncer_command.cc | 14 void ModelChangingSyncerCommand::ExecuteImpl(sessions::SyncSession* session) { in ExecuteImpl() 33 sessions::SyncSession* session) { in ModelNeutralExecuteImpl()
|
D | syncer.cc | 74 void Syncer::SyncShare(sessions::SyncSession* session) { in SyncShare() 90 void Syncer::SyncShare(sessions::SyncSession* session, in SyncShare() 290 void Syncer::ProcessClientCommand(sessions::SyncSession* session) { in ProcessClientCommand()
|
D | process_updates_command.cc | 28 bool ProcessUpdatesCommand::ModelNeutralExecuteImpl(SyncSession* session) { in ModelNeutralExecuteImpl() 37 void ProcessUpdatesCommand::ModelChangingExecuteImpl(SyncSession* session) { in ModelChangingExecuteImpl()
|
D | syncer_thread.cc | 35 linked_ptr<sessions::SyncSession> session, bool is_canary_job, in SyncSessionJob() 243 scoped_ptr<SyncSession> session(new SyncSession(s->context(), in InitOrCoalescePendingJob() local 348 SyncSession* session = new SyncSession(session_context_.get(), this, in ScheduleClearUserDataImpl() local 367 SyncSession* session(CreateSyncSession(info)); in ScheduleNudgeImpl() local 474 SyncSession* session = new SyncSession(session_context_.get(), this, in ScheduleConfigImpl() local 485 sessions::SyncSession* session, in ScheduleSyncSessionJob() 776 scoped_ptr<SyncSession> session(CreateSyncSession( in DoPendingJobIfPossible() local 801 SyncSession* session(new SyncSession(session_context_.get(), this, info, in CreateSyncSession() local
|
D | syncer_end_command.cc | 17 void SyncerEndCommand::ExecuteImpl(sessions::SyncSession* session) { in ExecuteImpl()
|
D | build_commit_command.cc | 36 SyncSession* session, CommitMessage* message) { in AddExtensionsActivityToMessage() 86 void BuildCommitCommand::ExecuteImpl(SyncSession* session) { in ExecuteImpl()
|
D | resolve_conflicts_command.cc | 17 sessions::SyncSession* session) { in ModelChangingExecuteImpl()
|
/external/chromium/net/spdy/ |
D | spdy_session_pool.cc | 149 void SpdySessionPool::Remove(const scoped_refptr<SpdySession>& session) { in Remove() 170 for (SpdySessionList::const_iterator session = sessions->begin(); in SpdySessionPoolInfoToValue() local 374 const scoped_refptr<SpdySession>& session = list->front(); in CloseAllSessions() local 389 const scoped_refptr<SpdySession>& session = list->front(); in CloseCurrentSessions() local 397 const scoped_refptr<SpdySession>& session = list->front(); in CloseCurrentSessions() local 420 const scoped_refptr<SpdySession>& session = *session_it; in CloseIdleSessions() local
|
D | spdy_session_unittest.cc | 90 scoped_refptr<SpdySession> session = in TEST_F() local 126 StreamReleaserCallback(SpdySession* session, in StreamReleaserCallback() 202 scoped_refptr<SpdySession> session = in TEST_F() local 288 scoped_refptr<SpdySession> session = in TEST_F() local 388 scoped_refptr<SpdySession> session = in TEST_F() local 461 scoped_refptr<SpdySession> session = in IPPoolingTest() local
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitsoupauthdialog.c | 100 SoupSession* session; member 186 static gboolean session_can_save_passwords(SoupSession* session) in session_can_save_passwords() 327 static void session_authenticate(SoupSession* session, SoupMessage* msg, SoupAuth* auth, gboolean r… in session_authenticate() 362 static void attach(SoupSessionFeature* manager, SoupSession* session) in attach() 367 static void detach(SoupSessionFeature* manager, SoupSession* session) in detach()
|
/external/chromium/net/http/ |
D | http_stream_factory_impl_unittest.cc | 32 MockHttpStreamFactoryImpl(HttpNetworkSession* session) in MockHttpStreamFactoryImpl() 104 HttpNetworkSession* session) { in PreconnectHelper() 217 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps)); in TEST() local 240 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps)); in TEST() local 265 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps)); in TEST() local 289 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps)); in TEST() local
|
D | http_network_layer.cc | 20 HttpNetworkLayer::HttpNetworkLayer(HttpNetworkSession* session) in HttpNetworkLayer() 33 HttpNetworkSession* session) { in CreateFactory()
|
/external/webkit/Source/WebKit2/WebProcess/gtk/ |
D | WebProcessMainGtk.cpp | 57 SoupSession* session = WebCore::ResourceHandle::defaultSession(); in WebProcessMainGtk() local
|
/external/bluetooth/bluez/tools/ |
D | sdptool.c | 862 static int set_attribseq(sdp_session_t *session, uint32_t handle, uint16_t attrib, int argc, char *… in set_attribseq() 1158 static int add_sp(sdp_session_t *session, svc_info_t *si) in add_sp() 1229 static int add_dun(sdp_session_t *session, svc_info_t *si) in add_dun() 1291 static int add_fax(sdp_session_t *session, svc_info_t *si) in add_fax() 1350 static int add_lan(sdp_session_t *session, svc_info_t *si) in add_lan() 1410 static int add_headset(sdp_session_t *session, svc_info_t *si) in add_headset() 1472 static int add_headset_ag(sdp_session_t *session, svc_info_t *si) in add_headset_ag() 1538 static int add_handsfree(sdp_session_t *session, svc_info_t *si) in add_handsfree() 1604 static int add_handsfree_ag(sdp_session_t *session, svc_info_t *si) in add_handsfree_ag() 1677 static int add_simaccess(sdp_session_t *session, svc_info_t *si) in add_simaccess() [all …]
|
/external/webkit/Source/WebKit/gtk/tests/ |
D | testglobals.c | 31 SoupSession* session = webkit_get_default_session(); in test_globals_default_session() local
|
/external/qemu/ |
D | shaper.c | 307 session_free( Session session ) in session_free() 426 Session session; in netdelay_expires() local 484 Session session = delay->sessions; in netdelay_set_latency() local 518 Session session = *lookup; in netdelay_send_aux() local 531 Session session = *lookup; in netdelay_send_aux() local 581 Session session = delay->sessions; in netdelay_destroy() local
|