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

  /external/chromium_org/media/audio/
cross_process_notification.h 51 // CrossProcessNotification::IPCHandle handle_1, handle_2;
52 // CHECK(other.ShareToProcess(process_b, &handle_1, &handle_2));
55 // SendToProcessB(mem_, handle_1, handle_2);
73 // CrossProcessNotification::IPCHandle handle_2) {
75 // notification_.reset(new CrossProcessNotification(handle_1, handle_2));
100 CrossProcessNotification(IPCHandle handle_1, IPCHandle handle_2);
118 // |handle_2|. The operation can fail, so the caller must be prepared to
121 IPCHandle* handle_2);
cross_process_notification_posix.cc 17 IPCHandle handle_2)
20 DCHECK_EQ(handle_2.fd, -1);
45 IPCHandle* handle_2) {
49 handle_2->fd = -1;
cross_process_notification_win.cc 15 IPCHandle handle_2)
16 : mine_(handle_1), other_(handle_2) {
42 IPCHandle* handle_2) {
50 if (!::DuplicateHandle(our_process, other_, process, handle_2, 0, FALSE,
cross_process_notification_unittest.cc 376 CrossProcessNotification::IPCHandle handle_2; member in struct:__anon10781::CrudeIpc
408 CrossProcessNotification notifier(ipc->handle_1, ipc->handle_2);
440 base::kNullProcessHandle, &ipc->handle_1, &ipc->handle_2));
451 EXPECT_TRUE(b.ShareToProcess(process, &ipc->handle_1, &ipc->handle_2));

Completed in 145 milliseconds