HomeSort by relevance Sort by last modified time
    Searched refs:ipc (Results 101 - 125 of 504) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_invalidation_handler_unittest.cc 90 ipc::invalidation::ObjectSource::CHROME_PUSH_MESSAGING,
93 ipc::invalidation::ObjectSource::CHROME_PUSH_MESSAGING,
96 ipc::invalidation::ObjectSource::CHROME_PUSH_MESSAGING,
99 ipc::invalidation::ObjectSource::CHROME_PUSH_MESSAGING,
116 ipc::invalidation::ObjectSource::CHROME_PUSH_MESSAGING,
124 ipc::invalidation::ObjectSource::CHROME_PUSH_MESSAGING,
140 ipc::invalidation::ObjectSource::TEST,
145 ipc::invalidation::ObjectSource::TEST,
150 ipc::invalidation::ObjectSource::CHROME_PUSH_MESSAGING,
155 ipc::invalidation::ObjectSource::CHROME_PUSH_MESSAGING
    [all...]
  /external/chromium_org/sandbox/win/src/
named_pipe_dispatcher.h 15 // This class handles named pipe related IPC calls.
25 // Processes IPC requests coming from calls to CreateNamedPipeW() in the
27 bool CreateNamedPipe(IPCInfo* ipc, base::string16* name, DWORD open_mode,
process_thread_interception.cc 71 SharedMemIPCClient ipc(memory);
73 ResultCode code = CrossCall(ipc, IPC_NTOPENTHREAD_TAG, desired_access,
149 SharedMemIPCClient ipc(memory);
151 ResultCode code = CrossCall(ipc, IPC_NTOPENPROCESS_TAG, desired_access,
194 SharedMemIPCClient ipc(memory);
196 ResultCode code = CrossCall(ipc, IPC_NTOPENPROCESSTOKEN_TAG, process,
239 SharedMemIPCClient ipc(memory);
241 ResultCode code = CrossCall(ipc, IPC_NTOPENPROCESSTOKENEX_TAG, process,
277 // We don't trust that the IPC can work this early.
299 SharedMemIPCClient ipc(memory)
    [all...]
named_pipe_interception.cc 30 // We don't trust that the IPC can work this early.
51 SharedMemIPCClient ipc(memory);
53 ResultCode code = CrossCall(ipc, IPC_CREATENAMEDPIPEW_TAG, pipe_name,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxheader.h 40 # include <sys/ipc.h>
  /external/libnfc-nxp/src/
phDal4Nfc_messageQueueLib.h 33 #include <linux/ipc.h>
  /external/mesa3d/src/mesa/drivers/x11/
glxheader.h 40 # include <sys/ipc.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
ipc.h 30 #include <bits/ipc.h>
54 /* Generates key for System V style IPC. */
59 #endif /* sys/ipc.h */
msg.h 28 /* Get common definition of System V style IPC. */
29 #include <sys/ipc.h>
48 /* The following System V style IPC functions implement a message queue
sem.h 27 /* Get common definition of System V style IPC. */
28 #include <sys/ipc.h>
38 /* The following System V style IPC functions implement a semaphore
shm.h 27 /* Get common definition of System V style IPC. */
28 #include <sys/ipc.h>
47 /* The following System V style IPC functions implement a shared memory
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
ipc.h 30 #include <bits/ipc.h>
54 /* Generates key for System V style IPC. */
59 #endif /* sys/ipc.h */
msg.h 28 /* Get common definition of System V style IPC. */
29 #include <sys/ipc.h>
48 /* The following System V style IPC functions implement a message queue
sem.h 27 /* Get common definition of System V style IPC. */
28 #include <sys/ipc.h>
38 /* The following System V style IPC functions implement a semaphore
shm.h 27 /* Get common definition of System V style IPC. */
28 #include <sys/ipc.h>
47 /* The following System V style IPC functions implement a shared memory
  /frameworks/native/libs/binder/
BpBinder.cpp 110 // do the IPC without a lock held.
316 IPCThreadState* ipc = IPCThreadState::self(); local
321 if (ipc) ipc->clearDeathNotification(mHandle, this);
333 if (ipc) {
334 ipc->expungeHandle(mHandle, this);
335 ipc->decWeakHandle(mHandle);
342 IPCThreadState* ipc = IPCThreadState::self(); local
343 if (ipc) ipc->incStrongHandle(mHandle)
352 IPCThreadState* ipc = IPCThreadState::self(); local
359 IPCThreadState* ipc = IPCThreadState::self(); local
    [all...]
  /external/chromium_org/content/renderer/media/
webrtc_identity_service_unittest.cc 9 #include "ipc/ipc_message.h"
25 virtual bool Send(IPC::Message* message) OVERRIDE {
31 virtual bool OnControlMessageReceived(const IPC::Message& message) OVERRIDE {
35 IPC::Message GetLastMessage() { return messages_.back(); }
42 std::deque<IPC::Message> messages_;
86 IPC::Message ipc = service_->GetLastMessage(); local
87 EXPECT_EQ(ipc.type(), WebRTCIdentityMsg_RequestIdentity::ID);
113 IPC::Message ipc = service_->GetLastMessage() local
126 IPC::Message ipc = service_->GetLastMessage(); local
139 IPC::Message ipc = service_->GetLastMessage(); local
155 IPC::Message ipc = service_->GetLastMessage(); local
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
webrtc_identity_service_host_unittest.cc 12 #include "ipc/ipc_message.h"
70 virtual bool Send(IPC::Message* message) OVERRIDE {
76 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE {
80 IPC::Message GetLastMessage() { return messages_.back(); }
93 std::deque<IPC::Message> messages_;
117 IPC::Message ipc = host_->GetLastMessage(); local
118 EXPECT_EQ(ipc.type(), WebRTCIdentityHostMsg_RequestFailed::ID);
121 WebRTCIdentityHostMsg_RequestFailed::Read(&ipc, &error_in_message);
129 IPC::Message ipc = host_->GetLastMessage() local
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
invalidation_helper.cc 17 object_id->Init(ipc::invalidation::ObjectSource::CHROME_SYNC,
  /external/chromium_org/sync/tools/
invalidation_helper.cc 17 object_id->Init(ipc::invalidation::ObjectSource::CHROME_SYNC,
  /external/compiler-rt/test/asan/TestCases/Linux/
shmctl.cc 8 #include <sys/ipc.h>
  /hardware/qcom/display/msm8226/libqservice/
QService.cpp 60 IPCThreadState* ipc = IPCThreadState::self(); local
62 if (ipc->getCallingPid() == getpid())
  /external/libsepol/tests/policies/test-expander/
alias-base.conf 36 # sysv-ipc-related clases
41 class ipc
119 # Define a common prefix for ipc access vectors.
122 common ipc
286 # Define the access vector interpretation for ipc-related objects
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
    [all...]
role-base.conf 36 # sysv-ipc-related clases
41 class ipc
119 # Define a common prefix for ipc access vectors.
122 common ipc
286 # Define the access vector interpretation for ipc-related objects
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
    [all...]
user-base.conf 36 # sysv-ipc-related clases
41 class ipc
119 # Define a common prefix for ipc access vectors.
122 common ipc
286 # Define the access vector interpretation for ipc-related objects
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
    [all...]

Completed in 1531 milliseconds

1 2 3 45 6 7 8 91011>>