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

  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
ConnectionEventTest.java 38 Impl_PooledConnection ipc = new Impl_PooledConnection(); local
39 ConnectionEvent ce = new ConnectionEvent(ipc);
40 assertSame(ipc, ce.getSource());
51 Impl_PooledConnection ipc = new Impl_PooledConnection(); local
52 ConnectionEvent ce = new ConnectionEvent(ipc, null);
53 assertSame(ipc, ce.getSource());
57 ce = new ConnectionEvent(ipc, e);
58 assertSame(ipc, ce.getSource());
66 Impl_PooledConnection ipc = new Impl_PooledConnection(); local
68 ConnectionEvent ce = new ConnectionEvent(ipc, e)
76 Impl_PooledConnection ipc = new Impl_PooledConnection(); 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...]
audio_message_filter_unittest.cc 80 const scoped_ptr<media::AudioOutputIPC> ipc = local
83 ipc->CreateStream(&delegate, media::AudioParameters(), kSessionId);
115 ipc->CloseStream();
140 // Send an IPC message. Make sure the correct delegate gets called.
  /hardware/qcom/display/msm8960/libqservice/
IQService.cpp 85 // IPC should be from mediaserver only
86 IPCThreadState* ipc = IPCThreadState::self(); local
87 const int callerPid = ipc->getCallingPid();
88 const int callerUid = ipc->getCallingUid();
  /hardware/qcom/display/msm8974/libqservice/
IQService.cpp 85 // IPC should be from mediaserver only
86 IPCThreadState* ipc = IPCThreadState::self(); local
87 const int callerPid = ipc->getCallingPid();
88 const int callerUid = ipc->getCallingUid();
  /hardware/qcom/display/msm8x26/libqservice/
IQService.cpp 85 // IPC should be from mediaserver only
86 IPCThreadState* ipc = IPCThreadState::self(); local
87 const int callerPid = ipc->getCallingPid();
88 const int callerUid = ipc->getCallingUid();
  /libcore/luni/src/test/java/libcore/javax/sql/
OldConnectionEventTest.java 31 Impl_PooledConnection ipc = new Impl_PooledConnection(); local
32 ConnectionEvent ce = new ConnectionEvent(ipc);
33 ConnectionEvent ce2 = new ConnectionEvent(ipc,null);
38 Impl_PooledConnection ipc = new Impl_PooledConnection(); local
39 ConnectionEvent ce = new ConnectionEvent(ipc);
41 ConnectionEvent ce2 = new ConnectionEvent(ipc, null);
46 ConnectionEvent ce3 = new ConnectionEvent(ipc, e);
  /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,
82 IPC::Message GetLastMessage() { return messages_.back(); }
95 std::deque<IPC::Message> messages_;
122 IPC::Message ipc = host_->GetLastMessage(); local
123 EXPECT_EQ(ipc.type(), WebRTCIdentityHostMsg_RequestFailed::ID);
126 WebRTCIdentityHostMsg_RequestFailed::Read(&ipc, &error_in_message);
133 IPC::Message ipc = host_->GetLastMessage() local
    [all...]
  /frameworks/native/services/surfaceflinger/
Client.cpp 92 IPCThreadState* ipc = IPCThreadState::self(); local
93 const int pid = ipc->getCallingPid();
94 const int uid = ipc->getCallingUid();
SurfaceFlinger.cpp 2303 IPCThreadState* ipc = IPCThreadState::self(); local
2636 IPCThreadState* ipc = IPCThreadState::self(); local
2650 IPCThreadState* ipc = IPCThreadState::self(); local
2667 IPCThreadState* ipc = IPCThreadState::self(); local
    [all...]
  /external/chromium_org/media/audio/
cross_process_notification_unittest.cc 371 // A very crude IPC mechanism that we use to set up the spawned child process
403 CrudeIpc* ipc = reinterpret_cast<CrudeIpc*>(mem.memory()); local
405 while (!ipc->ready)
408 CrossProcessNotification notifier(ipc->handle_1, ipc->handle_2);
434 CrudeIpc* ipc = reinterpret_cast<CrudeIpc*>(mem.memory()); local
435 ipc->ready = false;
440 base::kNullProcessHandle, &ipc->handle_1, &ipc->handle_2));
442 fd_mapping_vec.push_back(std::make_pair(ipc->handle_1.fd, kPosixChildSocket))
    [all...]
  /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...]
ProcessState.cpp 118 IPCThreadState* ipc = IPCThreadState::self(); local
124 status_t result = ipc->transact(0 /*magic*/, 0, data, &reply, 0);
130 ipc->flushCommands();
  /external/chromium_org/v8/src/mips/
assembler-mips.cc 1136 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize); local
1137 bool in_range = (ipc ^ static_cast<uint32_t>(target) >
1158 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize); local
1178 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize); local
1191 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize); local
2205 uint32_t ipc = reinterpret_cast<uint32_t>(pc + 3 * kInstrSize); local
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 1131 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize); local
1132 bool in_range = ((uint32_t)(ipc^target) >> (kImm26Bits+kImmFieldShift)) == 0;
1152 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize); local
1171 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize); local
1184 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize); local
2191 uint32_t ipc = reinterpret_cast<uint32_t>(pc + 3 * kInstrSize); local
    [all...]

Completed in 3222 milliseconds