Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 51) sorted by relevance

123

/device/google/contexthub/firmware/os/core/
DosApi.c36 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 …]
Dnanohub_chre.c62 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/
DClientAPIExts.cpp31 #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/
Dupload_to_gce_and_run.py11 def gcloud_ssh(args): argument
18 def upload_artifacts(args): argument
39 def launch_cvd(args): argument
52 def stop_cvd(args): argument
Dupload_via_ssh.py11 def upload_artifacts(args): argument
37 def launch_cvd(args): argument
47 def stop_cvd(args): argument
Dtombstone_to_line.py44 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/
Ddebug.c29 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/
Dalloc_device.h22 #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/
Dmkdtimg85 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/
Dgralloc_helper.h26 #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/
Dgralloc_helper.h26 #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/
DStringFormat.cpp23 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()
DStringFormat.h70 std::string StringFormat(const char* format, Args&&... args) { in StringFormat()
75 void StringAppendFormat(std::string* string, in StringAppendFormat()
DOptional.h233 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/
Dnanotool.cpp162 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/
Dlogging.h9 #define __PRINTF__(fmt, args) __attribute__((format(__printf__, fmt, args))) argument
11 #define __PRINTF__(fmt, args) argument
/device/google/cuttlefish/guest/hals/rild/
Drild_cuttlefish.c83 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/
Drild_goldfish.c87 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/
Dfuchsia_stdio.cc23 va_list args; in printf() local
40 va_list args; in fprintf() local
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.h126 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/
Dxf-trace.c63 va_list args; in xf_trace() local
/device/generic/goldfish/dhcp/common/include/
Dresult.h34 va_list args; in error() local
/device/generic/goldfish/network/netmgr/
Dresult.h34 va_list args; in error() local
/device/generic/goldfish/network/wifi_forwarder/
Dresult.h34 va_list args; in error() local
/device/generic/goldfish-opengl/
Dcmake_transform.py39 def __init__(self, *args, **kwargs):

123