HomeSort by relevance Sort by last modified time
    Searched refs:read_state (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/ipc/
ipc_channel_reader.cc 24 ReadState read_state = ReadData(input_buf_, Channel::kReadBufferSize, local
26 if (read_state == READ_FAILED)
28 if (read_state == READ_PENDING)
  /external/chromium_org/media/base/
text_renderer.cc 58 if (state->read_state == TextTrackState::kReadPending) {
145 DCHECK_EQ(state->read_state, TextTrackState::kReadIdle);
173 DCHECK_EQ(state->read_state, TextTrackState::kReadPending);
176 state->read_state = TextTrackState::kReadIdle;
254 DCHECK_EQ(state->read_state, TextTrackState::kReadPending);
258 state->read_state = TextTrackState::kReadIdle;
351 DCHECK_NE(state->read_state, TextTrackState::kReadPending);
353 state->read_state = TextTrackState::kReadPending;
362 : read_state(kReadIdle),
text_renderer.h 82 ReadState read_state; member in struct:media::TextRenderer::TextTrackState
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.h 96 const sync_pb::CoalescedSyncedNotification_ReadState read_state);
chrome_notifier_delegate_unittest.cc 41 sync_pb::CoalescedSyncedNotification_ReadState read_state) {
44 read_state);
sync_notifier_test_utils.cc 77 const sync_pb::CoalescedSyncedNotification_ReadState read_state) {
137 coalesced_notification->set_read_state(read_state);
synced_notification.h 110 void SetReadState(const ReadState& read_state);
synced_notification.cc 406 void SyncedNotification::SetReadState(const ReadState& read_state) {
409 if (kDismissed == read_state)
412 else if (kUnread == read_state)
415 else if (kRead == read_state)
525 specifics_.coalesced_notification().read_state();
chrome_notifier_service.cc 273 specifics.coalesced_notification().read_state()) ==
278 specifics.coalesced_notification().read_state()) ==
282 specifics.coalesced_notification().read_state()) ==
chrome_notifier_service_unittest.cc 241 sync_pb::CoalescedSyncedNotification_ReadState read_state) {
243 app_id, key, read_state);
  /system/core/toolbox/
vmstat.c 64 static void read_state(struct state *s);
121 read_state(&s[1 - toggle]);
124 read_state(&s[toggle]);
137 static void read_state(struct state *s) { function
  /external/qemu/hw/
i8254.c 42 uint8_t read_state; member in struct:PITChannelState
280 s->read_state = access;
338 switch(s->read_state) {
351 s->read_state = RW_STATE_WORD1;
356 s->read_state = RW_STATE_WORD0;
405 qemu_put_8s(f, &s->read_state);
436 qemu_get_8s(f, &s->read_state);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnport_unittest.cc 187 EXPECT_EQ(Connection::STATE_READ_INIT, conn1->read_state());
198 EXPECT_EQ(Connection::STATE_READABLE, conn1->read_state());
199 EXPECT_EQ(Connection::STATE_READ_INIT, conn2->read_state());
205 EXPECT_EQ(Connection::STATE_READABLE, conn2->read_state());
p2ptransportchannel.cc 823 (connection->read_state() == Connection::STATE_READABLE);
    [all...]
port.h 432 ReadState read_state() const { return read_state_; } function in class:cricket::Connection
port_unittest.cc 649 EXPECT_EQ(Connection::STATE_READABLE, ch1.conn()->read_state());
669 EXPECT_EQ(Connection::STATE_READ_INIT, ch2.conn()->read_state());
682 EXPECT_EQ(Connection::STATE_READ_INIT, ch1.conn()->read_state());
704 EXPECT_EQ(Connection::STATE_READABLE, ch1.conn()->read_state());
706 EXPECT_EQ(Connection::STATE_READABLE, ch2.conn()->read_state());
709 EXPECT_NE(Connection::STATE_READABLE, ch1.conn()->read_state());
711 EXPECT_NE(Connection::STATE_READABLE, ch2.conn()->read_state());
    [all...]
port.cc     [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
socketmonitor.cc 127 (connection->read_state() == Connection::STATE_READABLE);
  /external/qemu/android/config/linux-x86/asm/
kvm.h 209 __u8 read_state; member in struct:kvm_pit_channel_state
  /external/qemu/android/config/linux-x86_64/asm/
kvm.h 209 __u8 read_state; member in struct:kvm_pit_channel_state
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 654 if (connections_[i]->read_state() == Connection::STATE_READABLE)
791 (conn->read_state() != Connection::STATE_READ_TIMEOUT);
    [all...]
port.h 293 ReadState read_state() const { return read_state_; } function in class:cricket::Connection
port.cc 766 << READ_STATE_ABBREV[read_state()]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 91 read_state();
98 sub read_state { subroutine
103 warn "read_state: can't open $dnsmasq_state_file!\n";
258 read_state();
  /external/chromium_org/sync/protocol/
proto_value_conversions.cc 345 SET_INT32(read_state);
    [all...]

Completed in 466 milliseconds