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

  /frameworks/native/libs/binder/include/binder/
Status.h 60 EX_NULL_POINTER = -4,
  /frameworks/base/libs/services/src/os/
DropBoxManager.cpp 226 return Status::fromExceptionCode(Status::EX_NULL_POINTER, "can't find dropbox service");
237 return Status::fromExceptionCode(Status::EX_NULL_POINTER, "can't find dropbox service");
  /system/tools/aidl/tests/
aidl_test_client_nullables.cpp 147 binder::Status::EX_NULL_POINTER) {
153 binder::Status::EX_NULL_POINTER) {
  /system/libhidl/base/
Status.cpp 69 EXCEPTION_TO_STRING_PAIR(EX_NULL_POINTER),
  /system/libhidl/base/include/hidl/
Status.h 61 EX_NULL_POINTER = -4,
  /frameworks/base/services/core/jni/
com_android_server_VibratorService.cpp 50 // Creates a Return<R> with STATUS::EX_NULL_POINTER.
54 return Return<R>{Status::fromExceptionCode(Status::EX_NULL_POINTER)};
  /frameworks/base/core/java/android/os/
Parcel.java 261 private static final int EX_NULL_POINTER = -4;
    [all...]
  /system/libhidl/
test_main.cpp 456 EXPECT_THAT(toString(Status::fromExceptionCode(Status::EX_NULL_POINTER)),
457 HasSubstr("EX_NULL_POINTER"));
  /frameworks/base/cmds/statsd/src/
StatsService.cpp 868 Status::EX_NULL_POINTER,
    [all...]

Completed in 875 milliseconds