/device/google/contexthub/firmware/os/core/ |
D | osApi.c | 36 static void osExpApiEvtqSubscribe(uintptr_t *retValP, va_list args) in osExpApiEvtqSubscribe() 44 static void osExpApiEvtqUnsubscribe(uintptr_t *retValP, va_list args) in osExpApiEvtqUnsubscribe() 52 static void osExpApiEvtqEnqueue(uintptr_t *retValP, va_list args) in osExpApiEvtqEnqueue() 61 static void osExpApiEvtqEnqueuePrivate(uintptr_t *retValP, va_list args) in osExpApiEvtqEnqueuePrivate() 71 static void osExpApiEvtqRetainEvt(uintptr_t *retValP, va_list args) in osExpApiEvtqRetainEvt() 78 static void osExpApiEvtqFreeRetained(uintptr_t *retValP, va_list args) in osExpApiEvtqFreeRetained() 87 static void osExpApiLogLogv(uintptr_t *retValP, va_list args) in osExpApiLogLogv() 97 static void osExpApiSensorSignal(uintptr_t *retValP, va_list args) in osExpApiSensorSignal() 109 static void osExpApiSensorReg(uintptr_t *retValP, va_list args) in osExpApiSensorReg() 119 static void osExpApiSensorUnreg(uintptr_t *retValP, va_list args) in osExpApiSensorUnreg() [all …]
|
D | nanohub_chre.c | 62 static void osChreApiGetAppId(uintptr_t *retValP, va_list args) in osChreApiGetAppId() 69 static void osChreApiGetInstanceId(uintptr_t *retValP, va_list args) in osChreApiGetInstanceId() 74 static void osChreApiLogLogv(uintptr_t *retValP, va_list args) in osChreApiLogLogv() 88 static void osChreApiLogLogvOld(uintptr_t *retValP, va_list args) in osChreApiLogLogvOld() 102 static void osChreApiGetTime(uintptr_t *retValP, va_list args) in osChreApiGetTime() 109 static void osChreApiGetHostTimeOffset(uintptr_t *retValP, va_list args) in osChreApiGetHostTimeOffset() 123 static void osChreApiTimerSet(uintptr_t *retValP, va_list args) in osChreApiTimerSet() 134 static void osChreApiTimerCancel(uintptr_t *retValP, va_list args) in osChreApiTimerCancel() 158 static void osChreApiAbort(uintptr_t *retValP, va_list args) in osChreApiAbort() 164 static void osChreApiHeapAlloc(uintptr_t *retValP, va_list args) in osChreApiHeapAlloc() [all …]
|
/device/generic/goldfish-opengl/system/egl/ |
D | ClientAPIExts.cpp | 31 #define API_ENTRY(fname,params,args) \ argument 34 #define API_ENTRY_RET(rtype,fname,params,args) \ argument 47 #define API_ENTRY(fname,params,args) \ argument 50 #define API_ENTRY_RET(rtype,fname,params,args) \ argument 67 #define API_ENTRY(fname,params,args) \ in initClientFuncs() argument 71 #define API_ENTRY_RET(rtype,fname,params,args) \ in initClientFuncs() argument 93 #define API_ENTRY(fname,params,args) \ argument 108 #define API_ENTRY_RET(rtype,fname,params,args) \ argument 130 #define API_ENTRY(fname,params,args) \ argument 132 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
|
/device/google/cuttlefish/tools/ |
D | upload_to_gce_and_run.py | 11 def gcloud_ssh(args): argument 18 def upload_artifacts(args): argument 39 def launch_cvd(args): argument 52 def stop_cvd(args): argument
|
D | upload_via_ssh.py | 11 def upload_artifacts(args): argument 37 def launch_cvd(args): argument 47 def stop_cvd(args): argument
|
D | tombstone_to_line.py | 44 def lookup_addr(args, object_path, address): argument 81 def process(in_file, out_file, args): argument 101 def process_file(path, args): argument 127 def process_all(args): argument
|
/device/generic/goldfish-opengl/android-emu/android/utils/ |
D | debug.c | 29 va_list args; in dprint() local 41 va_list args; in dprintn() local 48 dprintnv( const char* format, va_list args ) in dprintnv() 57 va_list args; in dwarning() local 69 va_list args; in derror() local 84 va_list args; in android_tid_function_print() local
|
/device/linaro/hikey/gralloc/ |
D | alloc_device.h | 22 #define AWAR(fmt, args...) __android_log_print(ANDROID_LOG_WARN, "[Gralloc-Warning]", "%s:%d " fmt,… argument 25 #define AINF(fmt, args...) __android_log_print(ANDROID_LOG_INFO, "[Gralloc]", fmt,##args) argument 28 #define AERR(fmt, args...) __android_log_print(ANDROID_LOG_ERROR, "[Gralloc-ERROR]", "%s:%d " fmt,_… argument 31 #define AERR_IF( eq, fmt, args...) if ( (eq) ) AERR( fmt, args ) argument
|
/device/linaro/hikey/installer/hikey960/ |
D | mkdtimg | 85 def write_head_info(head_info, args): argument 91 def write_dtb_entry_t(dt_entry, args): argument 101 def write_padding(args, padding): argument 105 def write_dtb(args): argument 129 def clean_gz_file(args): argument
|
/device/linaro/hikey/gralloc960/ |
D | gralloc_helper.h | 26 #define AWAR(fmt, args...) \ argument 30 #define AINF(fmt, args...) __android_log_print(ANDROID_LOG_INFO, "[Gralloc]", fmt, ##args) argument 33 #define AERR(fmt, args...) \ argument 37 #define AERR_IF(eq, fmt, args...) \ argument
|
/device/amlogic/yukawa/hal/gralloc/ |
D | gralloc_helper.h | 26 #define AWAR(fmt, args...) \ argument 30 #define AINF(fmt, args...) __android_log_print(ANDROID_LOG_INFO, "[Gralloc]", fmt, ##args) argument 33 #define AERR(fmt, args...) \ argument 37 #define AERR_IF(eq, fmt, args...) \ argument
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | StringFormat.cpp | 23 va_list args; in StringFormatRaw() local 30 std::string StringFormatWithArgs(const char* format, va_list args) { in StringFormatWithArgs() 37 va_list args; in StringAppendFormatRaw() local 45 va_list args) { in StringAppendFormatWithArgs()
|
D | StringFormat.h | 70 std::string StringFormat(const char* format, Args&&... args) { in StringFormat() 75 void StringAppendFormat(std::string* string, in StringAppendFormat()
|
D | Optional.h | 233 Optional(InplaceT, Args&&... args) : base_flag(true) { in Optional() 435 void emplace(Args&&... args) { in emplace() 478 Optional<typename std::decay<T>::type> makeOptional(Args&&... args) { in makeOptional()
|
/device/google/contexthub/util/nanotool/ |
D | nanotool.cpp | 162 static bool ValidateArgs(std::unique_ptr<ParsedArgs>& args, const char *name) { in ValidateArgs() 308 auto args = std::unique_ptr<ParsedArgs>(new ParsedArgs()); in ParseArgs() local 381 static std::unique_ptr<ContextHub> GetContextHub(std::unique_ptr<ParsedArgs>& args) { in GetContextHub() 422 std::unique_ptr<ParsedArgs> args = ParseArgs(argc, argv); in main() local
|
/device/linaro/dragonboard/qcom/qrtr/lib/ |
D | logging.h | 9 #define __PRINTF__(fmt, args) __attribute__((format(__printf__, fmt, args))) argument 11 #define __PRINTF__(fmt, args) argument
|
/device/google/cuttlefish/guest/hals/rild/ |
D | rild_cuttlefish.c | 83 static int make_argv(char * args, char ** argv) { in make_argv() 202 static char args[PROPERTY_VALUE_MAX]; in main() local
|
/device/generic/goldfish/radio/rild/ |
D | rild_goldfish.c | 87 static int make_argv(char * args, char ** argv) { in make_argv() 200 static char args[PROPERTY_VALUE_MAX]; in main() local
|
/device/generic/goldfish-opengl/fuchsia/ |
D | fuchsia_stdio.cc | 23 va_list args; in printf() local 40 va_list args; in fprintf() local
|
/device/google/cuttlefish/common/libs/utils/ |
D | subprocess.h | 126 bool BuildParameter(std::stringstream* stream, T t, Args... args) { in BuildParameter() 178 bool AddParameter(Args... args) { in AddParameter()
|
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xf-trace.c | 63 va_list args; in xf_trace() local
|
/device/generic/goldfish/dhcp/common/include/ |
D | result.h | 34 va_list args; in error() local
|
/device/generic/goldfish/network/netmgr/ |
D | result.h | 34 va_list args; in error() local
|
/device/generic/goldfish/network/wifi_forwarder/ |
D | result.h | 34 va_list args; in error() local
|
/device/generic/goldfish-opengl/ |
D | cmake_transform.py | 39 def __init__(self, *args, **kwargs):
|