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

1 2 3 4 5 6 7 8 9

  /external/google-breakpad/src/processor/
stackwalk_common.h 39 class ProcessState;
42 void PrintProcessStateMachineReadable(const ProcessState& process_state);
43 void PrintProcessState(const ProcessState& process_state,
process_state.cc 42 ProcessState::~ProcessState() {
46 void ProcessState::Clear() {
exploitability_linux.h 48 ProcessState *process_state);
exploitability_win.h 48 ProcessState *process_state);
  /art/runtime/
process_state.h 24 enum ProcessState {
29 std::ostream& operator<<(std::ostream& os, const ProcessState& process_state);
  /system/libhwbinder/include/hwbinder/
Static.h 23 #include <hwbinder/ProcessState.h>
31 // For ProcessState.cpp
33 extern sp<ProcessState> gProcess;
ProcessState.h 35 class ProcessState : public virtual RefBase
38 static sp<ProcessState> self();
39 static sp<ProcessState> selfOrNull();
41 static sp<ProcessState> initWithMmapSize(size_t mmapSize); // size in bytes
77 ProcessState(size_t mmap_size);
78 ~ProcessState();
80 ProcessState(const ProcessState& o);
81 ProcessState& operator=(const ProcessState& o)
    [all...]
  /frameworks/av/drm/drmserver/
main_drmserver.cpp 21 #include <binder/ProcessState.h>
33 sp<ProcessState> proc(ProcessState::self());
37 ProcessState::self()->startThreadPool();
  /external/google-breakpad/src/google_breakpad/processor/
exploitability.h 35 // methods to fill in the exploitability_ enumeration of the ProcessState
54 ProcessState *process_state);
61 ProcessState *process_state);
64 ProcessState *process_state_;
microdump_processor.h 43 class ProcessState;
56 ProcessState* process_state);
  /frameworks/av/camera/cameraserver/
main_cameraserver.cpp 32 sp<ProcessState> proc(ProcessState::self());
36 ProcessState::self()->startThreadPool();
  /frameworks/av/media/mediaserver/
main_mediaserver.cpp 22 #include <binder/ProcessState.h>
38 sp<ProcessState> proc(ProcessState::self());
45 ProcessState::self()->startThreadPool();
  /frameworks/av/services/mediaanalytics/
main_mediametrics.cpp 21 #include <binder/ProcessState.h>
40 sp<ProcessState> proc(ProcessState::self());
46 ProcessState::self()->startThreadPool();
  /frameworks/av/services/mediadrm/
main_mediadrmserver.cpp 25 #include <binder/ProcessState.h>
37 sp<ProcessState> proc(ProcessState::self());
41 ProcessState::self()->startThreadPool();
  /frameworks/native/services/inputflinger/host/
main.cpp 23 ProcessState::self()->setThreadPoolMaxThreadCount(4);
  /hardware/interfaces/graphics/composer/2.1/default/
service.cpp 23 #include <binder/ProcessState.h>
31 android::ProcessState::initWithDriver("/dev/vndbinder");
32 android::ProcessState::self()->setThreadPoolMaxThreadCount(4);
33 android::ProcessState::self()->startThreadPool();
  /frameworks/base/libs/common_time/
main.cpp 26 #include <binder/ProcessState.h>
37 ProcessState::self()->startThreadPool();
  /hardware/interfaces/camera/provider/2.4/default/
external-service.cpp 22 #include <binder/ProcessState.h>
32 android::ProcessState::initWithDriver("/dev/vndbinder");
service.cpp 22 #include <binder/ProcessState.h>
32 android::ProcessState::initWithDriver("/dev/vndbinder");
  /hardware/interfaces/gnss/1.0/default/
service.cpp 7 #include <binder/ProcessState.h>
15 android::ProcessState::initWithDriver("/dev/vndbinder");
  /frameworks/native/libs/binder/include/binder/
ProcessState.h 34 class ProcessState : public virtual RefBase
37 static sp<ProcessState> self();
38 static sp<ProcessState> selfOrNull();
41 * any call to ProcessState::self(). /dev/binder remains the default.
43 static sp<ProcessState> initWithDriver(const char *driver);
80 ProcessState(const char* driver);
81 ~ProcessState();
83 ProcessState(const ProcessState& o);
84 ProcessState& operator=(const ProcessState& o)
    [all...]
  /frameworks/av/services/mediaextractor/
main_extractorservice.cpp 22 #include <binder/ProcessState.h>
65 sp<ProcessState> proc(ProcessState::self());
74 ProcessState::self()->startThreadPool();
  /hardware/interfaces/graphics/composer/2.2/default/
service.cpp 20 #include <binder/ProcessState.h>
29 android::ProcessState::initWithDriver("/dev/vndbinder");
30 android::ProcessState::self()->setThreadPoolMaxThreadCount(4);
31 android::ProcessState::self()->startThreadPool();
  /frameworks/native/libs/binder/include/private/binder/
Static.h 23 #include <binder/ProcessState.h>
34 // For ProcessState.cpp
36 extern sp<ProcessState> gProcess;
  /system/libhwbinder/
ProcessState.cpp 17 #define LOG_TAG "hw-ProcessState"
19 #include <hwbinder/ProcessState.h>
68 sp<ProcessState> ProcessState::self()
74 gProcess = new ProcessState(DEFAULT_BINDER_VM_SIZE);
78 sp<ProcessState> ProcessState::selfOrNull() {
83 sp<ProcessState> ProcessState::initWithMmapSize(size_t mmap_size) {
87 "ProcessState already initialized with a different mmap size.")
    [all...]

Completed in 377 milliseconds

1 2 3 4 5 6 7 8 9