Home
last modified time | relevance | path

Searched defs:nullptr_t (Results 1 – 7 of 7) sorted by relevance

/system/chre/util/include/chre/util/
Dunique_ptr.h54 UniquePtr(std::nullptr_t) : UniquePtr() {} in UniquePtr()
/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/
Dunique_ptr.h54 UniquePtr(std::nullptr_t) : UniquePtr() {} in UniquePtr()
/system/core/libutils/binder/include/utils/
DStrongPointer.h62 sp(std::nullptr_t) : sp() {} in sp()
DRefBase.h417 wp(std::nullptr_t) : wp() {} in wp()
/system/core/libutils/include/utils/
DStrongPointer.h62 sp(std::nullptr_t) : sp() {} in sp()
DRefBase.h417 wp(std::nullptr_t) : wp() {} in wp()
/system/chre/core/include/chre/core/
Devent_loop_manager.h155 std::nullptr_t /*callback*/) { in deferCallback()