HomeSort by relevance Sort by last modified time
    Searched refs:setconfig (Results 1 - 4 of 4) sorted by null

  /system/nfc/src/nfa/dm/
nfa_dm_act.cc 300 /* If this setconfig was due to NFA_SetConfig, then notify the app */
552 if (p_data->setconfig.length + 2 > 255) {
556 UINT8_TO_STREAM(p, p_data->setconfig.param_id);
557 UINT8_TO_STREAM(p, p_data->setconfig.length);
558 ARRAY_TO_STREAM(p, p_data->setconfig.p_data, p_data->setconfig.length)
559 status = nfa_dm_check_set_config((uint8_t)(p_data->setconfig.length + 2),
    [all...]
  /system/nfc/src/nfa/include/
nfa_dm_int.h 204 tNFA_DM_API_SET_CONFIG setconfig; /* NFA_DM_API_SET_CONFIG_EVT */ member in union:__anon3335
534 /* SetConfig management */
  /external/python/cpython2/Modules/
almodule.c 246 SetConfig(alcobject *self, PyObject *args, int (*func)(ALconfig, int))
250 if (!PyArg_ParseTuple(args, "i:SetConfig", &par))
280 return SetConfig(self, args, alSetWidth);
301 return SetConfig(self, args, alSetSampFmt);
322 return SetConfig(self, args, alSetChannels);
375 return SetConfig(self, args, alSetDevice);
395 return SetConfig(self, args, alSetQueueSize);
411 setconfig(alcobject *self, PyObject *args, int (*func)(ALconfig, long)) function
415 if (!PyArg_ParseTuple(args, "l:SetConfig", &par))
442 return setconfig(self, args, ALsetqueuesize)
    [all...]
  /system/bt/bta/av/
bta_av_aact.cc 969 tBTA_AV_CI_SETCONFIG setconfig; local
    [all...]

Completed in 897 milliseconds