HomeSort by relevance Sort by last modified time
    Searched defs:cmd (Results 626 - 650 of 1750) sorted by null

<<21222324252627282930>>

  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 30 static int wpa_priv_reg_cmd(struct wpa_driver_privsep_data *drv, int cmd)
34 res = sendto(drv->priv_socket, &cmd, sizeof(cmd), 0,
43 static int wpa_priv_cmd(struct wpa_driver_privsep_data *drv, int cmd,
50 io[0].iov_base = &cmd;
51 io[0].iov_len = sizeof(cmd);
92 "for reply (cmd=%d)", cmd);
196 struct privsep_cmd_set_key cmd; local
201 os_memset(&cmd, 0, sizeof(cmd))
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 463 int res, cmd; local
479 os_memcpy(&cmd, buf, sizeof(int));
481 cmd, iface->ifname);
485 switch (cmd) {
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 416 effect_param_t *cmd = (effect_param_t *) pCmdData; local
417 *(int *)pReplyData = Downmix_setParameter(pDownmixer, *(int32_t *)cmd->data,
418 cmd->vsize, cmd->data + sizeof(int32_t));
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java 70 public CreationAndCompletionThread(Command cmd) {
72 mCmd = cmd;
130 private void startSound(Command cmd) {
147 mCompletionThread = new CreationAndCompletionThread(cmd);
155 long delay = SystemClock.uptimeMillis() - cmd.requestTime;
161 Log.w(mTag, "error loading sound for " + cmd.uri, e);
172 Command cmd = null; local
176 cmd = mCmdQueue.removeFirst();
179 switch (cmd.code) {
182 startSound(cmd);
290 Command cmd = new Command(); local
317 Command cmd = new Command(); local
339 Command cmd = new Command(); local
    [all...]
  /frameworks/native/cmds/servicemanager/
binder.c 62 const char *cmd_name(uint32_t cmd)
64 switch(cmd) {
211 uint32_t cmd = *(uint32_t *) ptr; local
214 fprintf(stderr,"%s:\n", cmd_name(cmd));
216 switch(cmd) {
281 ALOGE("parse: OOPS %d\n", cmd);
291 uint32_t cmd[2]; local
292 cmd[0] = BC_ACQUIRE;
293 cmd[1] = target;
294 binder_write(bs, cmd, sizeof(cmd))
299 uint32_t cmd[2]; local
308 uint32_t cmd; member in struct:__anon22899
325 uint32_t cmd; member in struct:__anon22900
456 uint32_t cmd; member in struct:__anon22901
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 244 char cmd[MAXCMD]; local
375 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_STOP_FRAMEWORK);
376 if (rv >= (signed) sizeof(cmd) - 1) {
380 testExecCmd(cmd);
515 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_START_FRAMEWORK);
516 if (rv >= (signed) sizeof(cmd) - 1) {
520 testExecCmd(cmd);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 34 return mHeader->cmd;
169 int create(int family, uint8_t cmd, int flags, int hdrlen);
170 int create(uint8_t cmd) {
171 return create(mFamily, cmd, 0, 0);
279 int requestEvent(int cmd);
312 int registerHandler(int cmd) {
313 return wifi_register_handler(wifiHandle(), cmd, &event_handler, this);
316 void unregisterHandler(int cmd) {
317 wifi_unregister_handler(wifiHandle(), cmd); local
  /hardware/libhardware/modules/radio/
radio_hw.c 124 struct thread_command *cmd = (struct thread_command *)calloc(1, sizeof(struct thread_command)); local
127 if (cmd == NULL)
132 cmd->type = type;
134 if (cmd->type == CMD_CONFIG) {
135 cmd->config = *(radio_hal_band_config_t *)param;
136 ALOGV("%s CMD_CONFIG type %d", __func__, cmd->config.type);
138 cmd->param = *(unsigned int *)param;
149 cmd->ts = ts;
150 list_add_tail(&tuner->command_list, &cmd->node);
255 struct thread_command *cmd = NULL local
491 struct thread_command *cmd = node_to_item(item, struct thread_command, node); local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraStream.cpp 955 // we got notified about new cmd avail in cmd queue
956 camera_cmd_type_t cmd = cmdThread->getCmd(); local
957 switch (cmd) {
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h 374 * @cmd - Cache operation to perform:
382 void *vaddr, unsigned long len, unsigned int cmd);
486 unsigned long len, unsigned int cmd)
546 * @cmd: the custom ioctl function to call
550 * This works just like the regular cmd and arg fields of an ioctl.
553 unsigned int cmd; member in struct:ion_custom_data
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.cpp 53 static const char *cmdToString(int cmd)
55 switch (cmd) {
501 ALOGD("cmd = %s, len = %d", get_cmdString(), len);
558 int WifiRequest::create(int family, uint8_t cmd, int flags, int hdrlen) {
562 hdrlen, flags, cmd, /* version = */ 0);
637 int WifiCommand::requestEvent(int cmd) {
639 ALOGD("requesting event %d", cmd);
641 int res = wifi_register_handler(wifiHandle(), cmd, event_handler, this);
650 ALOGD("waiting for response %d", cmd);
656 ALOGD("waiting for event %d", cmd);
662 wifi_unregister_handler(wifiHandle(), cmd); local
693 WifiCommand *cmd = (WifiCommand *)arg; local
706 WifiCommand *cmd = (WifiCommand *)arg; local
    [all...]
cpp_bindings.h 51 return mHeader->cmd;
186 int create(int family, uint8_t cmd, int flags, int hdrlen);
187 int create(uint8_t cmd, int flags, int hdrlen) {
188 return create(mFamily, cmd, flags, hdrlen);
190 int create(uint8_t cmd) {
191 return create(mFamily, cmd, 0, 0);
330 int requestEvent(int cmd);
363 int registerHandler(int cmd) {
364 return wifi_register_handler(wifiHandle(), cmd, &event_handler, this);
367 void unregisterHandler(int cmd) {
368 wifi_unregister_handler(wifiHandle(), cmd); local
    [all...]
wifi_hal.cpp 378 info->cmd = (cmd_info *)malloc(sizeof(cmd_info) * DEFAULT_CMD_SIZE);
379 if (info->cmd == NULL) {
380 ALOGE("Could not allocate cmd info");
477 ALOGI("Initialized Wifi HAL Successfully; vendor cmd = %d Supported"
487 if (info->cmd) free(info->cmd);
667 int cmd = event.get_cmd(); local
671 if (cmd == NL80211_CMD_VENDOR) {
687 if (cmd == info->event_cb[i].nl_cmd) {
688 if (cmd == NL80211_CMD_VENDO
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasLoadAttachment.java 202 final String cmd; local
205 cmd = "ItemOperations";
215 cmd = "GetAttachment&AttachmentName=" + location;
217 return cmd;
  /packages/apps/Messaging/src/com/android/messaging/util/
NotificationPlayer.java 75 public CreationAndCompletionThread(final Command cmd) {
77 mCmd = cmd;
117 private void startSound(final Command cmd) {
136 mCompletionThread = new CreationAndCompletionThread(cmd);
144 final long delay = SystemClock.elapsedRealtime() - cmd.requestTime;
149 LogUtil.w(mTag, "error loading sound for " + cmd.uri, e);
153 private void stopSound(final Command cmd) {
157 final long delay = SystemClock.elapsedRealtime() - cmd.requestTime;
164 if (cmd.releaseFocus && mAudioManager != null) {
181 Command cmd = null local
279 final Command cmd = new Command(); local
307 final Command cmd = new Command(); local
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 746 transceive_info.cmd.FelCmd = phNfc_eFelica_Raw;
752 transceive_info.cmd.MfCmd = phHal_eMifareRaw;
763 transceive_info.cmd.MfCmd = (phNfc_eMifareCmdList_t)buf[0];
771 transceive_info.cmd.JewelCmd = phNfc_eJewel_Raw;
777 transceive_info.cmd.MfCmd = phHal_eMifareRaw;
789 transceive_info.cmd.MfCmd = (phNfc_eMifareCmdList_t)buf[0];
796 transceive_info.cmd.Iso144434Cmd = phNfc_eIso14443_4_Raw;
800 transceive_info.cmd.Iso15693Cmd = phNfc_eIso15693_Cmd;
1069 uint8_t cmd[] = {0x90, 0x60, 0x00, 0x00, 0x00}; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ax25.h 73 int cmd; member in struct:ax25_route_opt_struct
81 unsigned int cmd; member in struct:ax25_ctl_struct
ipmi.h 163 unsigned char cmd; member in struct:ipmi_msg
170 unsigned char cmd; member in struct:kernel_ipmi_msg
354 unsigned char cmd; member in struct:ipmi_cmdspec
360 * - EBUSY - The netfn/cmd supplied was already in use.
368 * - ENOENT - The netfn/cmd was not found registered for this user.
382 unsigned int cmd; member in struct:ipmi_cmdspec_chans
389 * - EBUSY - One of the netfn/cmd/chans supplied was already in use.
395 * Unregister some netfn/cmd/chans. error values:
397 * - ENOENT - None of the netfn/cmd/chans were found registered for this user.
ncp_fs.h 67 int cmd; member in struct:ncp_lock_ioctl
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ax25.h 73 int cmd; member in struct:ax25_route_opt_struct
81 unsigned int cmd; member in struct:ax25_ctl_struct
ipmi.h 163 unsigned char cmd; member in struct:ipmi_msg
170 unsigned char cmd; member in struct:kernel_ipmi_msg
354 unsigned char cmd; member in struct:ipmi_cmdspec
360 * - EBUSY - The netfn/cmd supplied was already in use.
368 * - ENOENT - The netfn/cmd was not found registered for this user.
382 unsigned int cmd; member in struct:ipmi_cmdspec_chans
389 * - EBUSY - One of the netfn/cmd/chans supplied was already in use.
395 * Unregister some netfn/cmd/chans. error values:
397 * - ENOENT - None of the netfn/cmd/chans were found registered for this user.
ncp_fs.h 67 int cmd; member in struct:ncp_lock_ioctl
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
ax25.h 85 int cmd; member in struct:ax25_route_opt_struct
94 unsigned int cmd; member in struct:ax25_ctl_struct
ipmi.h 67 unsigned char cmd; member in struct:ipmi_msg
75 unsigned char cmd; member in struct:kernel_ipmi_msg
125 unsigned char cmd; member in struct:ipmi_cmdspec
132 unsigned int cmd; member in struct:ipmi_cmdspec_chans
ncp_fs.h 74 int cmd; member in struct:ncp_lock_ioctl

Completed in 230 milliseconds

<<21222324252627282930>>