OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_result
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.cc
169
cricket::SendDataResult
send_result
;
local
170
if (!InternalSendWithoutQueueing(buffer, &
send_result
)) {
171
if (
send_result
== cricket::SDR_BLOCK) {
198
cricket::SendDataResult
send_result
;
local
199
bool retval = provider_->SendData(send_params, *buffer, &
send_result
);
200
if (!retval &&
send_result
== cricket::SDR_BLOCK) {
391
cricket::SendDataResult
send_result
;
local
392
if (!InternalSendWithoutQueueing(*buffer, &
send_result
)) {
393
LOG(LS_WARNING) << "DeliverQueuedSendData aborted due to
send_result
"
394
<<
send_result
;
[
all
...]
datachannel.h
172
cricket::SendDataResult*
send_result
);
/external/chromium_org/ipc/
ipc_sync_message.h
102
: id(id), deserializer(d), done_event(e),
send_result
(false) { }
106
bool
send_result
;
member in struct:IPC::PendingSyncMsg
ipc_sync_message_filter.cc
66
return pending_message.
send_result
;
91
(*iter)->
send_result
=
ipc_sync_channel.cc
272
result = msg.
send_result
;
310
bool
send_result
= deserializers_.back().deserializer->
local
312
deserializers_.back().
send_result
=
send_result
;
313
VLOG_IF(1, !
send_result
) << "Couldn't deserialize reply message";
ipc_sync_channel_unittest.cc
1104
bool
send_result
() const {
function in class:IPC::__anon8588::ServerSendAfterClose
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/app/
SendResult.java
50
setContentView(R.layout.
send_result
);
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
SendResult.java
50
setContentView(R.layout.
send_result
);
/external/chromium_org/components/breakpad/tools/
crash_service.cc
408
google_breakpad::ReportResult
send_result
local
411
switch (
send_result
) {
/external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service_unittest.cc
72
GCMClient::Result
send_result
() const { return send_error_result_; }
function in class:gcm::GCMEventRouterMock
604
EXPECT_NE(GCMClient::SUCCESS, gcm_event_router_mock_->
send_result
());
Completed in 208 milliseconds