/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/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/ |
D | ResponseFragment.java | 52 public static void prepareArgs(Bundle args, String key, int titleResId, int summaryResId, in prepareArgs() 64 Bundle args = getArguments(); in getChoices() local 83 Bundle args = getArguments(); in getTitleImpl() local 92 Bundle args = getArguments(); in getSummaryImpl() local 97 Bundle args = getArguments(); in getDrawableImpl() local 131 Bundle args = getArguments(); in onViewCreated() local 154 Bundle args = getArguments(); in onGuidedActionEditedAndProceed() local 181 Bundle args = getArguments(); in onCreateActions() local 192 Bundle args = getArguments(); in onGuidedActionClicked() local
|
/device/google/cuttlefish/tools/ |
D | upload_to_gce_and_run.py | 26 def gcloud_ssh(args): argument 33 def upload_artifacts(args): argument 57 def launch_cvd(args): argument 70 def stop_cvd(args): argument
|
D | upload_via_ssh.py | 26 def upload_artifacts(args): argument 52 def launch_cvd(args): argument 62 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/google/cuttlefish/host/commands/display/ |
D | main.cpp | 65 const std::vector<std::string>& args) { in RunCrosvmDisplayCommand() 99 Result<int> GetInstanceNum(std::vector<std::string>& args) { in GetInstanceNum() 106 Result<int> DoHelp(std::vector<std::string>& args) { in DoHelp() 127 Result<int> DoAdd(std::vector<std::string>& args) { in DoAdd() 162 Result<int> DoList(std::vector<std::string>& args) { in DoList() 167 Result<int> DoRemove(std::vector<std::string>& args) { in DoRemove() 216 auto args = ArgsToVec(argc - 1, argv + 1); in DisplayMain() 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/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/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/google/cuttlefish/common/libs/confui/ |
D | packet.h | 66 void AppendToBuffer(Buffer& buffer, Args&&... args) { in AppendToBuffer() 73 std::vector<int> MakeSizeHeader(Args&&... args) { in MakeSizeHeader() 82 Payload ToPayload(const std::string& cmd_str, const std::string& session_id, in ToPayload() 110 bool WritePayload(SharedFD d, const std::string& cmd_str, in WritePayload()
|
D | utils.h | 36 std::string ArgsToStringWithDelim(Delim&& delim, Args&&... args) { in ArgsToStringWithDelim() 51 std::string ArgsToString(Args&&... args) { in ArgsToString()
|
/device/google/cuttlefish/host/commands/control_env_proxy_server/ |
D | main.cpp | 61 std::vector<std::string> args{request->service_name(), in CallUnaryMethod() local 76 std::vector<std::string> args; in ListServices() local 102 std::vector<std::string> args{request->service_name()}; in ListMethods() local 129 std::vector<std::string> args{request->service_name(), in ListReqResType() local 154 std::vector<std::string> args{request->service_name(), in TypeInformation() local
|
/device/google/cuttlefish/common/libs/utils/ |
D | subprocess.h | 153 void BuildParameter(std::stringstream* stream, T t, Args... args) { in BuildParameter() 258 Command& AddParameter(Args... args) & { in AddParameter() 265 Command AddParameter(Args... args) && { in AddParameter() 271 Command& AppendToLastParameter(Args... args) & { in AppendToLastParameter() 279 Command AppendToLastParameter(Args... args) && { in AppendToLastParameter()
|
/device/generic/goldfish/MultiDisplayProvider/src/com/android/emulator/multidisplay/ |
D | MultiDisplayService.java | 177 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { in dump() 216 private void runCmd(PrintWriter writer, String[] args) { in runCmd() 266 private void runCmdAdd(PrintWriter writer, String[] args) { in runCmdAdd() 280 private void runCmdDel(PrintWriter writer, String[] args) { in runCmdDel() 290 private boolean hasExactlyArgs(PrintWriter writer, String[] args, int expectedSize) { in hasExactlyArgs() 301 private int getIntArg(PrintWriter writer, String[] args, int index) { in getIntArg()
|
/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/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | rootcanal.js | 19 function rootCanalCalculateMessageSize(name, args) { argument 53 function createRootcanalMessage(command, args) { argument
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | bootconfig_args.cpp | 209 std::vector<std::string> args = instance.extra_bootconfig_args(); in BootconfigArgsFromConfig() local 228 const std::unordered_map<std::string, std::string>& args, in BootconfigArgsString()
|
/device/google/cuttlefish/host/libs/config/ |
D | feature.h | 175 const std::tuple<Args...>& args) { in SetupFeatureDeps() 195 INJECT(GenericReturningSetupFeature(Args... args)) in INJECT()
|
/device/google/cuttlefish/guest/hals/rild/ |
D | rild_cuttlefish.c | 82 static int make_argv(char * args, char ** argv) { in make_argv() 192 static char args[PROPERTY_VALUE_MAX]; in main() local
|
/device/linaro/dragonboard/shared/utils/qrtr/lib/ |
D | logging.h | 9 #define __PRINTF__(fmt, args) __attribute__((format(__printf__, fmt, args))) argument 11 #define __PRINTF__(fmt, args) argument
|
/device/google/trout/tools/tracing/tooling/ |
D | tracing_agent.py | 152 def __init__(self, args): argument 228 def __init__(self, args): argument 282 def update_and_merge_files(args, host_agent, guest_agent): argument
|
/device/generic/car/emulator/audio/halservice/ |
D | AudioControl.cpp | 158 binder_status_t AudioControl::dump(int fd, const char** args, uint32_t numArgs) { in dump() 201 binder_status_t AudioControl::cmdRequestFocus(int fd, const char** args, uint32_t numArgs) { in cmdRequestFocus() 246 binder_status_t AudioControl::cmdAbandonFocus(int fd, const char** args, uint32_t numArgs) { in cmdAbandonFocus()
|
/device/google/cuttlefish/.vscode/ |
D | launch.json | 8 "args": [ array 29 "args": [ array
|
/device/google/cuttlefish/host/libs/control_env/ |
D | grpc_service_handler.cc | 183 const std::vector<std::string>& args) { in HandleLsCmd() 263 const std::vector<std::string>& args) { in HandleTypeCmd() 284 const std::vector<std::string>& args) { in HandleCallCmd() 311 const std::vector<std::string>& args) { in HandleCmds()
|