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

  /external/chromium_org/media/audio/
cross_process_notification.cc 10 CrossProcessNotification::CrossProcessNotification() {}
12 CrossProcessNotification::WaitForMultiple::WaitForMultiple(
17 int CrossProcessNotification::WaitForMultiple::Wait() {
24 void CrossProcessNotification::WaitForMultiple::Reset(
cross_process_notification_posix.cc 14 CrossProcessNotification::~CrossProcessNotification() {}
16 CrossProcessNotification::CrossProcessNotification(IPCHandle handle_1,
24 void CrossProcessNotification::Signal() {
31 void CrossProcessNotification::Wait() {
39 bool CrossProcessNotification::IsValid() const {
43 bool CrossProcessNotification::ShareToProcess(base::ProcessHandle process,
54 bool CrossProcessNotification::InitializePair(CrossProcessNotification* a
    [all...]
cross_process_notification.h 24 // Each end has an instance of CrossProcessNotification and calls Signal() when
34 // void WriteToSharedMemory(CrossProcessNotification* notification,
49 // CrossProcessNotification other;
50 // CHECK(CrossProcessNotification::InitializePair(&notification_, &other));
51 // CrossProcessNotification::IPCHandle handle_1, handle_2;
62 // CrossProcessNotification notification_;
72 // CrossProcessNotification::IPCHandle handle_1,
73 // CrossProcessNotification::IPCHandle handle_2) {
75 // notification_.reset(new CrossProcessNotification(handle_1, handle_2));
79 // CrossProcessNotification notification_
    [all...]
cross_process_notification_win.cc 12 CrossProcessNotification::~CrossProcessNotification() {}
14 CrossProcessNotification::CrossProcessNotification(IPCHandle handle_1,
20 void CrossProcessNotification::Signal() {
28 void CrossProcessNotification::Wait() {
36 bool CrossProcessNotification::IsValid() const {
40 bool CrossProcessNotification::ShareToProcess(base::ProcessHandle process,
64 bool CrossProcessNotification::InitializePair(CrossProcessNotification* a
    [all...]

Completed in 1000 milliseconds