Home
last modified time | relevance | path

Searched refs:read_state (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/media/base/
Dtext_renderer.cc58 if (state->read_state == TextTrackState::kReadPending) { in Play()
145 DCHECK_EQ(state->read_state, TextTrackState::kReadIdle); in RemoveTextStream()
173 DCHECK_EQ(state->read_state, TextTrackState::kReadPending); in BufferReady()
176 state->read_state = TextTrackState::kReadIdle; in BufferReady()
254 DCHECK_EQ(state->read_state, TextTrackState::kReadPending); in CueReady()
258 state->read_state = TextTrackState::kReadIdle; in CueReady()
351 DCHECK_NE(state->read_state, TextTrackState::kReadPending); in Read()
353 state->read_state = TextTrackState::kReadPending; in Read()
362 : read_state(kReadIdle), in TextTrackState()
Dtext_renderer.h82 ReadState read_state; member
/external/chromium_org/ipc/
Dipc_channel_reader.cc24 ReadState read_state = ReadData(input_buf_, Channel::kReadBufferSize, in ProcessIncomingMessages() local
26 if (read_state == READ_FAILED) in ProcessIncomingMessages()
28 if (read_state == READ_PENDING) in ProcessIncomingMessages()
/external/qemu/hw/
Di8254.c42 uint8_t read_state; member
280 s->read_state = access; in pit_ioport_write()
338 switch(s->read_state) { in pit_ioport_read()
351 s->read_state = RW_STATE_WORD1; in pit_ioport_read()
356 s->read_state = RW_STATE_WORD0; in pit_ioport_read()
405 qemu_put_8s(f, &s->read_state); in pit_save()
436 qemu_get_8s(f, &s->read_state); in pit_load()
/external/chromium_org/chrome/browser/notifications/sync_notifier/
Dchrome_notifier_delegate_unittest.cc41 sync_pb::CoalescedSyncedNotification_ReadState read_state) { in CreateNotification() argument
44 read_state); in CreateNotification()
Dsync_notifier_test_utils.cc77 const sync_pb::CoalescedSyncedNotification_ReadState read_state) { in CreateSyncData() argument
137 coalesced_notification->set_read_state(read_state); in CreateSyncData()
Dsynced_notification.cc406 void SyncedNotification::SetReadState(const ReadState& read_state) { in SetReadState() argument
409 if (kDismissed == read_state) in SetReadState()
412 else if (kUnread == read_state) in SetReadState()
415 else if (kRead == read_state) in SetReadState()
525 specifics_.coalesced_notification().read_state(); in GetReadState()
Dsync_notifier_test_utils.h96 const sync_pb::CoalescedSyncedNotification_ReadState read_state);
Dsynced_notification.h110 void SetReadState(const ReadState& read_state);
Dchrome_notifier_service.cc273 specifics.coalesced_notification().read_state()) == in CreateNotificationFromSyncData()
278 specifics.coalesced_notification().read_state()) == in CreateNotificationFromSyncData()
282 specifics.coalesced_notification().read_state()) == in CreateNotificationFromSyncData()
Dchrome_notifier_service_unittest.cc241 sync_pb::CoalescedSyncedNotification_ReadState read_state) { in CreateNotification() argument
243 app_id, key, read_state); in CreateNotification()
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dturnport_unittest.cc187 EXPECT_EQ(Connection::STATE_READ_INIT, conn1->read_state()); in TestTurnConnection()
198 EXPECT_EQ(Connection::STATE_READABLE, conn1->read_state()); in TestTurnConnection()
199 EXPECT_EQ(Connection::STATE_READ_INIT, conn2->read_state()); in TestTurnConnection()
205 EXPECT_EQ(Connection::STATE_READABLE, conn2->read_state()); in TestTurnConnection()
Dp2ptransportchannel.cc823 (connection->read_state() == Connection::STATE_READABLE); in GetStats()
998 if (connections_[i]->read_state() == Connection::STATE_READABLE) in UpdateChannelState()
1106 (conn->read_state() != Connection::STATE_READ_TIMEOUT); in IsPingable()
Dport_unittest.cc649 EXPECT_EQ(Connection::STATE_READABLE, ch1.conn()->read_state()); in TestConnectivity()
669 EXPECT_EQ(Connection::STATE_READ_INIT, ch2.conn()->read_state()); in TestConnectivity()
682 EXPECT_EQ(Connection::STATE_READ_INIT, ch1.conn()->read_state()); in TestConnectivity()
704 EXPECT_EQ(Connection::STATE_READABLE, ch1.conn()->read_state()); in TestConnectivity()
706 EXPECT_EQ(Connection::STATE_READABLE, ch2.conn()->read_state()); in TestConnectivity()
709 EXPECT_NE(Connection::STATE_READABLE, ch1.conn()->read_state()); in TestConnectivity()
711 EXPECT_NE(Connection::STATE_READABLE, ch2.conn()->read_state()); in TestConnectivity()
Dport.h432 ReadState read_state() const { return read_state_; } in read_state() function
Dport.cc1188 << READ_STATE_ABBREV[read_state()] in ToString()
/external/dnsmasq/contrib/dnslist/
Ddnslist.pl91 read_state();
98 sub read_state { subroutine
258 read_state();
/external/chromium/third_party/libjingle/source/talk/p2p/client/
Dsocketmonitor.cc127 (connection->read_state() == Connection::STATE_READABLE); in PollSocket()
/external/qemu/android/config/linux-x86_64/asm/
Dkvm.h209 __u8 read_state; member
/external/qemu/android/config/linux-x86/asm/
Dkvm.h209 __u8 read_state; member
/external/chromium_org/sync/protocol/
Dsynced_notification_data.proto89 optional ReadState read_state = 5; field
Dproto_value_conversions.cc345 SET_INT32(read_state); in CoalescedNotificationToValue()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dp2ptransportchannel.cc654 if (connections_[i]->read_state() == Connection::STATE_READABLE) in UpdateChannelState()
791 (conn->read_state() != Connection::STATE_READ_TIMEOUT); in IsPingable()
Dport.h293 ReadState read_state() const { return read_state_; } in read_state() function
Dport.cc766 << READ_STATE_ABBREV[read_state()] in ToString()