HomeSort by relevance Sort by last modified time
    Searched defs:ipc (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /system/bt/service/ipc/binder/
bluetooth_low_energy_binder_server.cc 17 #include "service/ipc/binder/bluetooth_low_energy_binder_server.h"
27 namespace ipc { namespace
181 } // namespace ipc
remote_callback_map.h 27 namespace ipc { namespace
246 } // namespace ipc
bluetooth_gatt_server_binder_server.cc 17 #include "service/ipc/binder/bluetooth_gatt_server_binder_server.h"
29 namespace ipc { namespace
309 } // namespace ipc
  /frameworks/base/tests/net/java/android/net/ip/
IpClientTest.java 128 final IpClient ipc = new IpClient(mContext, ifname, mCb, mDependecies); local
136 return ipc;
143 final IpClient ipc = new IpClient(mContext, null, mCb, mDependecies); local
144 ipc.shutdown();
156 final IpClient ipc = new IpClient(mContext, ifname, null, mDependecies); local
157 ipc.shutdown();
167 final IpClient ipc = new IpClient(mContext, TEST_IFNAME, mCb, mDependecies); local
168 ipc.shutdown();
174 final IpClient ipc = new IpClient(mContext, TEST_IFNAME, mCb, mDependecies); local
175 ipc.startProvisioning(new IpClient.ProvisioningConfiguration())
183 final IpClient ipc = makeIpClient(iface); local
205 final IpClient ipc = makeIpClient(iface); 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)
86 if (ipc.status == IDLE_PROF_STATUS_ABORT) {
124 if (ipc.status == IDLE_PROF_STATUS_ABORT) {
130 if (ipc.status == IDLE_PROF_STATUS_CALI_STOP) {
142 if (ipc.status == IDLE_PROF_STATUS_PROF_STOP) {
168 for (i = 0; i < ipc.nr_cpus; i++) {
169 ipt = &ipc.ipts[i];
173 ipc.cali_mean = sum/ipc.nr_cpus
    [all...]
  /external/perfetto/src/ipc/
buffered_frame_deserializer_unittest.cc 17 #include "src/ipc/buffered_frame_deserializer.h"
26 #include "src/ipc/wire_protocol.pb.h"
29 namespace ipc { namespace in namespace:perfetto
383 } // namespace ipc
client_impl.cc 17 #include "src/ipc/client_impl.h"
27 #include "perfetto/ipc/service_descriptor.h"
28 #include "perfetto/ipc/service_proxy.h"
35 namespace ipc { namespace in namespace:perfetto
275 } // namespace ipc
host_impl.cc 17 #include "src/ipc/host_impl.h"
26 #include "perfetto/ipc/service.h"
27 #include "perfetto/ipc/service_descriptor.h"
29 #include "src/ipc/wire_protocol.pb.h"
34 namespace ipc { namespace in namespace:perfetto
287 } // namespace ipc
host_impl_unittest.cc 17 #include "src/ipc/host_impl.h"
26 #include "perfetto/ipc/service.h"
27 #include "perfetto/ipc/service_descriptor.h"
29 #include "src/ipc/buffered_frame_deserializer.h"
30 #include "src/ipc/test/test_socket.h"
31 #include "src/ipc/unix_socket.h"
33 #include "src/ipc/test/client_unittest_messages.pb.h"
34 #include "src/ipc/wire_protocol.pb.h"
37 namespace ipc { namespace in namespace:perfetto
75 base::ScopedFile TakeReceivedFD() { return ipc::Service::TakeReceivedFD();
    [all...]
unix_socket.cc 17 #include "src/ipc/unix_socket.h"
42 namespace ipc { namespace in namespace:perfetto
499 } // namespace ipc
unix_socket_unittest.cc 17 #include "src/ipc/unix_socket.h"
31 #include "src/ipc/test/test_socket.h"
34 namespace ipc { namespace in namespace:perfetto
390 // Checks that the peer_uid() is retained after the client disconnects. The IPC
544 } // namespace ipc
client_impl_unittest.cc 17 #include "src/ipc/client_impl.h"
28 #include "perfetto/ipc/service_descriptor.h"
29 #include "perfetto/ipc/service_proxy.h"
31 #include "src/ipc/buffered_frame_deserializer.h"
32 #include "src/ipc/test/test_socket.h"
33 #include "src/ipc/unix_socket.h"
35 #include "src/ipc/test/client_unittest_messages.pb.h"
38 namespace ipc { namespace in namespace:perfetto
79 // A fake host implementation. Listens on |kSockName| and replies to IPC
573 } // namespace ipc
    [all...]
  /system/libhwbinder/
BpHwBinder.cpp 258 IPCThreadState* ipc = IPCThreadState::self(); local
263 if (ipc) ipc->clearDeathNotification(mHandle, this);
275 if (ipc) {
276 ipc->expungeHandle(mHandle, this);
277 ipc->decWeakHandle(mHandle);
284 IPCThreadState* ipc = IPCThreadState::self(); local
285 if (ipc) ipc->incStrongHandle(mHandle, this);
294 IPCThreadState* ipc = IPCThreadState::self() local
304 IPCThreadState* ipc = IPCThreadState::self(); local
    [all...]
ProcessState.cpp 129 IPCThreadState* ipc = IPCThreadState::self(); local
135 status_t result = ipc->transact(0 /*magic*/, 0, data, &reply, 0);
141 ipc->flushCommands();
  /frameworks/av/media/libmedia/
IMediaExtractor.cpp 302 const IPCThreadState* ipc = IPCThreadState::self(); local
303 const int pid = ipc->getCallingPid();
304 const int uid = ipc->getCallingUid();
  /frameworks/native/libs/binder/
ProcessState.cpp 139 IPCThreadState* ipc = IPCThreadState::self(); local
145 status_t result = ipc->transact(0 /*magic*/, 0, data, &reply, 0);
151 ipc->flushCommands();
BpBinder.cpp 160 // do the IPC without a lock held.
365 IPCThreadState* ipc = IPCThreadState::self(); local
390 if (ipc) ipc->clearDeathNotification(mHandle, this);
402 if (ipc) {
403 ipc->expungeHandle(mHandle, this);
404 ipc->decWeakHandle(mHandle);
411 IPCThreadState* ipc = IPCThreadState::self(); local
412 if (ipc) ipc->incStrongHandle(mHandle, this)
421 IPCThreadState* ipc = IPCThreadState::self(); local
428 IPCThreadState* ipc = IPCThreadState::self(); local
    [all...]
  /frameworks/native/libs/gui/
BufferQueueConsumer.cpp 761 const IPCThreadState* ipc = IPCThreadState::self(); local
762 const uid_t uid = ipc->getCallingUid();
766 const pid_t pid = ipc->getCallingPid();
  /frameworks/native/services/surfaceflinger/
Client.cpp 126 IPCThreadState* ipc = IPCThreadState::self(); local
127 const int pid = ipc->getCallingPid();
128 const int uid = ipc->getCallingUid();
  /system/bt/service/ipc/
linux_ipc_host.cc 19 #include "service/ipc/linux_ipc_host.h"
47 // IPC API is according to:
73 namespace ipc { namespace
264 LOG_ERROR(LOG_TAG, "Error reading IPC: %s", strerror(errno));
303 LOG_ERROR(LOG_TAG, "Malformed IPC message: %s", ipc_msg.c_str());
332 LOG_ERROR(LOG_TAG, "Error replying to IPC: %s", strerror(errno));
339 } // namespace ipc
  /system/connectivity/wificond/
server.cpp 209 IPCThreadState* ipc = android::IPCThreadState::self(); local
210 LOG(ERROR) << "Caller (uid: " << ipc->getCallingUid()
  /system/core/gatekeeperd/
gatekeeperd.cpp 146 IPCThreadState* ipc = IPCThreadState::self(); local
147 const int calling_pid = ipc->getCallingPid();
148 const int calling_uid = ipc->getCallingUid();
249 IPCThreadState* ipc = IPCThreadState::self(); local
250 const int calling_pid = ipc->getCallingPid();
251 const int calling_uid = ipc->getCallingUid();
345 IPCThreadState* ipc = IPCThreadState::self(); local
346 const int calling_pid = ipc->getCallingPid();
347 const int calling_uid = ipc->getCallingUid();
360 IPCThreadState* ipc = IPCThreadState::self() local
372 IPCThreadState* ipc = IPCThreadState::self(); local
    [all...]
  /frameworks/base/cmds/statsd/src/
StatsService.cpp 738 IPCThreadState* ipc = IPCThreadState::self(); local
740 ipc->getCallingPid(), ipc->getCallingUid());
751 IPCThreadState* ipc = IPCThreadState::self(); local
752 VLOG("StatsService::cmd_print_logs with Pid %i, Uid %i", ipc->getCallingPid(),
753 ipc->getCallingUid());
891 IPCThreadState* ipc = IPCThreadState::self(); local
902 IPCThreadState* ipc = IPCThreadState::self(); local
913 IPCThreadState* ipc = IPCThreadState::self(); local
938 IPCThreadState* ipc = IPCThreadState::self(); local
949 IPCThreadState* ipc = IPCThreadState::self(); local
963 IPCThreadState* ipc = IPCThreadState::self(); local
977 IPCThreadState* ipc = IPCThreadState::self(); local
990 IPCThreadState* ipc = IPCThreadState::self(); local
    [all...]
  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs.h 358 struct squashfs_ipc_inode ipc; member in union:squashfs_inode
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs.h 357 struct squashfs_ipc_inode ipc; member in union:squashfs_inode

Completed in 924 milliseconds

1 2 34 5