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

1 2 3 4 5 6 7 8 9

  /frameworks/base/libs/common_time/
main.cpp 25 #include <binder/IPCThreadState.h>
40 IPCThreadState::self()->joinThreadPool();
  /frameworks/av/drm/drmserver/
main_drmserver.cpp 20 #include <binder/IPCThreadState.h>
38 IPCThreadState::self()->joinThreadPool();
  /external/wpa_supplicant_8/hostapd/hidl/1.0/
hidl.cpp 10 #include <hwbinder/IPCThreadState.h>
24 using android::hardware::IPCThreadState;
36 IPCThreadState::self()->handlePolledCommands();
43 IPCThreadState::self()->disableBackgroundScheduling(true);
44 IPCThreadState::self()->setupPolling(&hidl_fd);
68 IPCThreadState::shutdown();
  /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/native/services/schedulerservice/
SchedulingPolicyService.cpp 23 #include <hwbinder/IPCThreadState.h>
33 using ::android::hardware::IPCThreadState;
35 return IPCThreadState::self()->getCallingUid() == AID_CAMERASERVER;
  /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>
42 IPCThreadState::self()->joinThreadPool();
  /system/libhwbinder/
BpHwBinder.cpp 22 #include <hwbinder/IPCThreadState.h>
99 IPCThreadState::self()->incWeakHandle(handle, this);
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...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
JWakeLock.cpp 23 #include <binder/IPCThreadState.h>
62 int64_t token = IPCThreadState::self()->clearCallingIdentity();
66 IPCThreadState::self()->restoreCallingIdentity(token);
91 int64_t token = IPCThreadState::self()->clearCallingIdentity();
93 IPCThreadState::self()->restoreCallingIdentity(token);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
AWakeLock.cpp 23 #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);
  /packages/apps/Bluetooth/jni/
permission_helpers.cc 21 #include <binder/IPCThreadState.h>
51 IPCThreadState* ipcState = IPCThreadState::selfOrNull();
63 IPCThreadState* ipcState = IPCThreadState::selfOrNull();
  /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...]
  /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();
90 IPCThreadState::self()->restoreCallingIdentity(identity);
  /frameworks/av/services/mediaextractor/
main_extractorservice.cpp 21 #include <binder/IPCThreadState.h>
75 IPCThreadState::self()->joinThreadPool();
  /frameworks/base/cmds/incidentd/src/
main.cpp 21 #include <binder/IPCThreadState.h>
44 IPCThreadState::self()->disableBackgroundScheduling(true);
  /frameworks/native/libs/binder/include/binder/
BinderService.h 26 #include <binder/IPCThreadState.h>
60 IPCThreadState::self()->joinThreadPool();
  /frameworks/native/services/vr/virtual_touchpad/
main.cpp 1 #include <binder/IPCThreadState.h>
31 android::IPCThreadState::self()->joinThreadPool();
  /packages/services/Car/tests/PowerTestService/src/
main.cpp 22 #include <binder/IPCThreadState.h>
77 IPCThreadState::self()->joinThreadPool();
  /frameworks/av/camera/cameraserver/
main_cameraserver.cpp 37 IPCThreadState::self()->joinThreadPool();
  /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();
  /hardware/qcom/display/msm8226/libqservice/
QService.cpp 32 #include <binder/IPCThreadState.h>
60 IPCThreadState* ipc = IPCThreadState::self();
  /hardware/qcom/display/msm8994/libqservice/
QService.cpp 32 #include <binder/IPCThreadState.h>
60 IPCThreadState* ipc = IPCThreadState::self();

Completed in 826 milliseconds

1 2 3 4 5 6 7 8 9