HomeSort by relevance Sort by last modified time
    Searched refs:IPCThreadState (Results 1 - 25 of 183) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/base/libs/common_time/
main.cpp 25 #include <binder/IPCThreadState.h>
40 IPCThreadState::self()->joinThreadPool();
  /system/core/healthd/
healthd_mode_android.cpp 22 #include <binder/IPCThreadState.h>
41 IPCThreadState::self()->flushCommands();
49 IPCThreadState::self()->handlePolledCommands();
54 IPCThreadState::self()->disableBackgroundScheduling(true);
55 IPCThreadState::self()->setupPolling(&gBinderFd);
  /frameworks/av/drm/drmserver/
main_drmserver.cpp 20 #include <binder/IPCThreadState.h>
38 IPCThreadState::self()->joinThreadPool();
  /external/libbrillo/brillo/
binder_watcher.cc 21 #include <binder/IPCThreadState.h>
24 using android::IPCThreadState;
30 IPCThreadState::self()->handlePolledCommands();
56 IPCThreadState::self()->disableBackgroundScheduling(true);
57 int err = IPCThreadState::self()->setupPolling(&binder_fd);
  /frameworks/av/media/mediaserver/
main_mediaserver.cpp 21 #include <binder/IPCThreadState.h>
46 IPCThreadState::self()->joinThreadPool();
  /frameworks/av/services/mediaanalytics/
main_mediametrics.cpp 20 #include <binder/IPCThreadState.h>
47 IPCThreadState::self()->joinThreadPool();
  /frameworks/av/services/mediadrm/
main_mediadrmserver.cpp 24 #include <binder/IPCThreadState.h>
44 IPCThreadState::self()->joinThreadPool();
  /system/libhwbinder/
BpHwBinder.cpp 22 #include <hwbinder/IPCThreadState.h>
99 IPCThreadState::self()->incWeakHandle(handle);
107 status_t status = IPCThreadState::self()->transact(
138 IPCThreadState* self = IPCThreadState::self();
172 IPCThreadState* self = IPCThreadState::self();
197 IPCThreadState* self = IPCThreadState::self();
258 IPCThreadState* ipc = IPCThreadState::self()
    [all...]
IPCThreadState.cpp 17 #define LOG_TAG "hw-IPCThreadState"
19 #include <hwbinder/IPCThreadState.h>
279 IPCThreadState* IPCThreadState::self()
284 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k);
286 return new IPCThreadState;
290 ALOGW("Calling IPCThreadState::self() during shutdown is dangerous, expect a crash.\n");
299 ALOGW("IPCThreadState::self() unable to create TLS key, expect a crash: %s\n",
309 IPCThreadState* IPCThreadState::selfOrNull(
    [all...]
  /packages/services/Car/vehicle_monitor_service/
main_vehiclemonitor.cpp 36 IPCThreadState::self()->joinThreadPool();
  /frameworks/av/media/libstagefright/foundation/
AWakeLock.cpp 24 #include <binder/IPCThreadState.h>
61 int64_t token = IPCThreadState::self()->clearCallingIdentity();
65 IPCThreadState::self()->restoreCallingIdentity(token);
90 int64_t token = IPCThreadState::self()->clearCallingIdentity();
92 IPCThreadState::self()->restoreCallingIdentity(token);
  /frameworks/native/libs/binder/
IPCThreadState.cpp 17 #define LOG_TAG "IPCThreadState"
19 #include <binder/IPCThreadState.h>
280 IPCThreadState* IPCThreadState::self()
285 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k);
287 return new IPCThreadState;
291 ALOGW("Calling IPCThreadState::self() during shutdown is dangerous, expect a crash.\n");
300 ALOGW("IPCThreadState::self() unable to create TLS key, expect a crash: %s\n",
310 IPCThreadState* IPCThreadState::selfOrNull(
    [all...]
BpBinder.cpp 22 #include <binder/IPCThreadState.h>
99 IPCThreadState::self()->incWeakHandle(handle);
165 status_t status = IPCThreadState::self()->transact(
196 IPCThreadState* self = IPCThreadState::self();
230 IPCThreadState* self = IPCThreadState::self();
255 IPCThreadState* self = IPCThreadState::self();
316 IPCThreadState* ipc = IPCThreadState::self()
    [all...]
  /frameworks/native/services/sensorservice/
BatteryService.cpp 61 int64_t identity = IPCThreadState::self()->clearCallingIdentity();
63 IPCThreadState::self()->restoreCallingIdentity(identity);
70 int64_t identity = IPCThreadState::self()->clearCallingIdentity();
72 IPCThreadState::self()->restoreCallingIdentity(identity);
80 int64_t identity = IPCThreadState::self()->clearCallingIdentity();
89 IPCThreadState::self()->restoreCallingIdentity(identity);
  /system/hwservicemanager/
service.cpp 13 #include <hwbinder/IPCThreadState.h>
30 using android::hardware::IPCThreadState;
54 IPCThreadState::self()->handlePolledCommands();
78 IPCThreadState::self()->setupPolling(&binder_fd);
85 IPCThreadState::self()->flushCommands();
94 // Tell IPCThreadState we're the service manager
96 IPCThreadState::self()->setTheContextObject(service);
  /frameworks/av/services/mediaextractor/
main_extractorservice.cpp 21 #include <binder/IPCThreadState.h>
67 IPCThreadState::self()->joinThreadPool();
  /frameworks/base/cmds/incidentd/src/
main.cpp 22 #include <binder/IPCThreadState.h>
47 IPCThreadState::self()->disableBackgroundScheduling(true);
  /frameworks/native/libs/binder/include/binder/
BinderService.h 26 #include <binder/IPCThreadState.h>
58 IPCThreadState::self()->joinThreadPool();
  /frameworks/native/services/vr/virtual_touchpad/
main.cpp 1 #include <binder/IPCThreadState.h>
31 android::IPCThreadState::self()->joinThreadPool();
  /frameworks/av/camera/cameraserver/
main_cameraserver.cpp 37 IPCThreadState::self()->joinThreadPool();
  /frameworks/av/services/audioflinger/
ServiceUtilities.cpp 18 #include <binder/IPCThreadState.h>
53 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
109 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
125 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
  /frameworks/base/native/android/
looper.cpp 22 #include <binder/IPCThreadState.h>
26 using android::IPCThreadState;
59 IPCThreadState::self()->flushCommands();
70 IPCThreadState::self()->flushCommands();
  /frameworks/native/services/inputflinger/host/
InputFlinger.cpp 23 #include <binder/IPCThreadState.h>
50 const IPCThreadState* ipc = IPCThreadState::self();
  /frameworks/native/services/vr/hardware_composer/
vr_composer.cpp 3 #include <binder/IPCThreadState.h>
11 const android::IPCThreadState* ipc = android::IPCThreadState::self();
  /hardware/qcom/display/msm8226/libqservice/
QService.cpp 32 #include <binder/IPCThreadState.h>
60 IPCThreadState* ipc = IPCThreadState::self();

Completed in 751 milliseconds

1 2 3 4 5 6 7 8