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

  /hardware/qcom/display/msm8226/libqservice/
QService.cpp 60 IPCThreadState* ipc = IPCThreadState::self(); local
62 if (ipc->getCallingPid() == getpid())
IQService.cpp 79 // IPC should be from certain processes only
80 IPCThreadState* ipc = IPCThreadState::self(); local
81 const int callerPid = ipc->getCallingPid();
82 const int callerUid = ipc->getCallingUid();
  /hardware/qcom/display/msm8084/libqservice/
IQService.cpp 88 // IPC should be from certain processes only
89 IPCThreadState* ipc = IPCThreadState::self(); local
90 const int callerPid = ipc->getCallingPid();
91 const int callerUid = ipc->getCallingUid();
  /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...]
  /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();
  /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) 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/content/renderer/media/
audio_message_filter_unittest.cc 81 const scoped_ptr<media::AudioOutputIPC> ipc = local
84 ipc->CreateStream(&delegate, media::AudioParameters(), kSessionId);
110 ipc->CloseStream();
135 // Send an IPC message. Make sure the correct delegate gets called.
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/fio/
idletime.c 5 static volatile struct idle_prof_common ipc; variable in typeref:struct:idle_prof_common
29 if (ipc.status == IDLE_PROF_STATUS_PROF_STOP)
76 if (ipc.status == IDLE_PROF_STATUS_ABORT) {
114 if (ipc.status == IDLE_PROF_STATUS_ABORT) {
120 if (ipc.status == IDLE_PROF_STATUS_CALI_STOP) {
132 if (ipc.status == IDLE_PROF_STATUS_PROF_STOP) {
156 for (i = 0; i < ipc.nr_cpus; i++) {
157 ipt = &ipc.ipts[i];
161 ipc.cali_mean = sum/ipc.nr_cpus
    [all...]
  /frameworks/native/libs/binder/
ProcessState.cpp 113 IPCThreadState* ipc = IPCThreadState::self(); local
119 status_t result = ipc->transact(0 /*magic*/, 0, data, &reply, 0);
125 ipc->flushCommands();
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...]
  /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 2397 IPCThreadState* ipc = IPCThreadState::self(); local
2743 IPCThreadState* ipc = IPCThreadState::self(); local
2757 IPCThreadState* ipc = IPCThreadState::self(); local
2774 IPCThreadState* ipc = IPCThreadState::self(); local
    [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips.cc 1396 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize); local
1422 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize); local
1442 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize); local
1455 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize); local
2625 uint32_t ipc = reinterpret_cast<uint32_t>(pc + 3 * kInstrSize); local
    [all...]
  /external/chromium_org/v8/src/mips64/
assembler-mips64.cc 1375 uint64_t ipc = reinterpret_cast<uint64_t>(pc_ + 1 * kInstrSize); local
1401 uint64_t ipc = reinterpret_cast<uint64_t>(pc_ + 1 * kInstrSize); local
1421 uint64_t ipc = reinterpret_cast<uint64_t>(pc_ + 1 * kInstrSize); local
1434 uint64_t ipc = reinterpret_cast<uint64_t>(pc_ + 1 * kInstrSize); local
    [all...]

Completed in 337 milliseconds