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

  /external/chromium_org/media/audio/
audio_input_device.h 113 IPC_CLOSED, // No more IPCs can take place.
137 // the AudioInputRendererHost. Only valid when state_ != IPC_CLOSED and must
audio_output_device.h 122 IPC_CLOSED, // No more IPCs can take place.
148 // the AudioRendererHost. Only valid when state_ != IPC_CLOSED and must only
audio_input_device.cc 62 COMPILE_ASSERT(IPC_CLOSED < IDLE, invalid_enum_value_assignment_0);
190 state_ = IPC_CLOSED;
audio_output_device.cc 57 COMPILE_ASSERT(IPC_CLOSED < IDLE, invalid_enum_value_assignment_0);
260 state_ = IPC_CLOSED;

Completed in 7231 milliseconds