OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClientStateNotification
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/common/gpu/media/
video_accelerator_unittest_helpers.h
22
class
ClientStateNotification
{
24
ClientStateNotification
();
25
~
ClientStateNotification
();
39
ClientStateNotification
<StateEnum>::
ClientStateNotification
() : cv_(&lock_) {}
42
ClientStateNotification
<StateEnum>::~
ClientStateNotification
() {}
45
void
ClientStateNotification
<StateEnum>::Notify(StateEnum state) {
52
StateEnum
ClientStateNotification
<StateEnum>::Wait() {
video_decode_accelerator_unittest.cc
10
// -
ClientStateNotification
is a barrier abstraction that allows the test code
374
ClientStateNotification
<ClientState>* note,
448
ClientStateNotification
<ClientState>* note_;
480
ClientStateNotification
<ClientState>* note,
[
all
...]
video_encode_accelerator_unittest.cc
98
ClientStateNotification
<ClientState>* note,
141
ClientStateNotification
<ClientState>* note_;
191
ClientStateNotification
<ClientState>* note,
524
ClientStateNotification
<ClientState> note;
Completed in 47 milliseconds