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

  /system/nfc/src/nfa/include/
nfa_dm_int.h 205 tNFA_DM_API_GET_CONFIG getconfig; /* NFA_DM_API_GET_CONFIG_EVT */ member in union:__anon3335
  /system/nfc/src/nfa/dm/
nfa_dm_act.cc 332 /* Return result of getconfig to the app */
581 NFC_GetConfig(p_data->getconfig.num_ids, p_data->getconfig.p_pmids);
    [all...]
  /external/python/cpython2/Modules/
almodule.c 261 GetConfig(alcobject *self, PyObject *args, int (*func)(ALconfig))
265 if (!PyArg_ParseTuple(args, ":GetConfig"))
290 return GetConfig(self, args, alGetWidth);
312 return GetConfig(self, args, alGetSampFmt);
332 return GetConfig(self, args, alGetChannels);
385 return GetConfig(self, args, alGetDevice);
405 return GetConfig(self, args, alGetQueueSize);
426 getconfig(alcobject *self, PyObject *args, long (*func)(ALconfig)) function
430 if (!PyArg_ParseTuple(args, ":GetConfig"))
448 return getconfig(self, args, ALgetqueuesize)
    [all...]

Completed in 108 milliseconds