HomeSort by relevance Sort by last modified time
    Searched refs:selfOrNull (Results 1 - 10 of 10) sorted by null

  /packages/apps/Bluetooth/jni/
permission_helpers.cc 51 IPCThreadState* ipcState = IPCThreadState::selfOrNull();
63 IPCThreadState* ipcState = IPCThreadState::selfOrNull();
  /frameworks/native/libs/binder/include/binder/
ProcessState.h 38 static sp<ProcessState> selfOrNull();
IPCThreadState.h 36 static IPCThreadState* selfOrNull(); // self(), but won't instantiate
  /system/libhwbinder/include/hwbinder/
ProcessState.h 39 static sp<ProcessState> selfOrNull();
40 // Note: don't call self() or selfOrNull() before initWithMmapSize()
IPCThreadState.h 37 static IPCThreadState* selfOrNull(); // self(), but won't instantiate
  /frameworks/native/libs/binder/
ProcessState.cpp 99 sp<ProcessState> ProcessState::selfOrNull()
IPCThreadState.cpp 310 IPCThreadState* IPCThreadState::selfOrNull()
    [all...]
  /system/libhwbinder/
ProcessState.cpp 78 sp<ProcessState> ProcessState::selfOrNull() {
IPCThreadState.cpp 309 IPCThreadState* IPCThreadState::selfOrNull()
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp 378 IPCThreadState* state = IPCThreadState::selfOrNull();
    [all...]

Completed in 122 milliseconds