/chre-3.4.0/host/common/test/power_test/ |
D | chre_power_test_client.cc | 457 bool isTcmArgSpecified(std::vector<string> &args) { in isTcmArgSpecified() 461 inline uint64_t getId(std::vector<string> &args) { in getId() 486 inline const string getPath(std::vector<string> &args) { in getPath() 499 inline uint64_t getNanoseconds(std::vector<string> &args, size_t index) { in getNanoseconds() 503 inline uint32_t getMilliseconds(std::vector<string> &args, size_t index) { in getMilliseconds() 508 std::vector<string> &args) { in isLoaded() 523 bool validateSensorArguments(std::vector<string> &args) { in validateSensorArguments() 552 bool validateWifiArguments(std::vector<string> &args) { in validateWifiArguments() 581 bool validateArguments(Command commandEnum, std::vector<string> &args) { in validateArguments() 635 void createTimerMessage(FlatBufferBuilder &fbb, std::vector<string> &args) { in createTimerMessage() [all …]
|
/chre-3.4.0/platform/shared/include/chre/platform/shared/ |
D | memory.h | 101 inline T *memoryAllocDram(Args &&... args) { in memoryAllocDram()
|
/chre-3.4.0/platform/shared/ |
D | log_buffer_manager.cc | 24 va_list args; in chrePlatformLogToBuffer() local 103 va_list args; in log() local 110 va_list args) { in logVa()
|
D | chre_api_re.cc | 78 va_list args) { in platform_chreDebugDumpVaLog() 86 va_list args; in chreDebugDumpLog() local
|
D | pal_system_api.cc | 40 va_list args; in palSystemApiLog() local
|
D | log_buffer.cc | 36 va_list args; in handleLog() local 43 const char *logFormat, va_list args) { in handleLogVa()
|
/chre-3.4.0/platform/linux/ |
D | chre_api_re.cc | 25 va_list args; in chreLog() local
|
D | platform_log.cc | 71 va_list args) { in logVa()
|
/chre-3.4.0/util/include/chre/util/ |
D | synchronized_memory_pool_impl.h | 27 ElementType *SynchronizedMemoryPool<ElementType, kSize>::allocate( in allocate()
|
D | singleton_impl.h | 36 void Singleton<ObjectType>::init(Args &&... args) { in init()
|
D | memory_pool_impl.h | 39 ElementType *MemoryPool<ElementType, kSize>::allocate(Args &&... args) { in allocate()
|
D | unique_ptr_impl.h | 126 inline UniquePtr<ObjectType> MakeUnique(Args &&... args) { in MakeUnique()
|
D | priority_queue_impl.h | 65 bool PriorityQueue<ElementType, CompareFunction>::emplace(Args &&... args) { in emplace()
|
D | fixed_size_vector_impl.h | 99 void FixedSizeVector<ElementType, kCapacity>::emplace_back(Args &&... args) { in emplace_back()
|
D | memory_impl.h | 113 inline T *memoryAlloc(Args &&... args) { in memoryAlloc()
|
D | array_queue_impl.h | 175 bool ArrayQueue<ElementType, kCapacity>::emplace(Args &&... args) { in emplace()
|
D | dynamic_vector_impl.h | 135 bool DynamicVector<ElementType>::emplace_back(Args &&... args) { in emplace_back()
|
/chre-3.4.0/platform/linux/include/chre/platform/linux/ |
D | platform_log.h | 44 va_list args; in log() local
|
/chre-3.4.0/platform/slpi/ |
D | chre_api_re.cc | 65 va_list args; in chreLog() local
|
/chre-3.4.0/chpp/platform/ |
D | pal_api.c | 42 va_list args; in palSystemApiLog() local
|
/chre-3.4.0/core/ |
D | debug_dump_manager.cc | 50 const char *formatStr, va_list args) { in appendNanoappLog()
|
/chre-3.4.0/util/tests/ |
D | debug_dump_test.cc | 137 va_list args; in printVaList() local
|
/chre-3.4.0/chpp/api_parser/ |
D | chre_api_to_chpp.py | 1010 def run(args): argument 1045 args = parser.parse_args() variable
|
/chre-3.4.0/platform/shared/nanoapp/ |
D | nanoapp_support_lib_dso.cc | 302 va_list args; in chreDebugDumpLog() local
|