HomeSort by relevance Sort by last modified time
    Searched refs:pConfig (Results 26 - 31 of 31) sorted by null

12

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 424 EglConfig* pConfig = pixelFormatToConfig(display,renderableType,&pfd,iPixelFormat);
425 if(pConfig) listOut.push_back(pConfig);
EglImp.cpp 438 EglConfig* pConfig = dpy->getConfig(config_id);
439 if(pConfig) {
441 configs[0] = static_cast<EGLConfig>(pConfig);
    [all...]
  /external/bluetooth/bluez/tools/
hciattach_ath3k.c 675 static int read_ath3k_version(int pConfig, uint32_t *rom_version,
688 err = send_hci_cmd_sync(pConfig, cmd, sizeof(cmd), &event);
739 static int write_bdaddr(int pConfig, char *bdaddr)
761 err = send_hci_cmd_sync(pConfig, cmd, sizeof(cmd), &event);
  /external/sonivox/arm-wt-22k/lib_src/
jet.c 476 EAS_PUBLIC EAS_RESULT JET_Init (EAS_DATA_HANDLE easHandle, const S_JET_CONFIG *pConfig, EAS_INT configSize)
486 if (pConfig == NULL)
487 pConfig = &jetDefaultConfig;
502 EAS_HWMemCpy(&pJet->config, pConfig, configSize);
    [all...]
  /external/aac/libAACenc/src/
aacenc_lib.cpp     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteMgr.c 605 OS_802_11_CONFIGURATION *pConfig;
615 pConfig = pParam->content.pSiteMgrConfiguration;
619 if(pConfig->channel == pSiteMgr->pDesiredParams->siteMgrFreq2ChannelTable[channel])
623 channel = Freq2Chan(pConfig->Union.channel);
628 pConfig->Union.channel = channel;
630 if((pSiteMgr->pDesiredParams->siteMgrDesiredChannel != pConfig->Union.channel) ||
631 (pSiteMgr->pDesiredParams->siteMgrDesiredAtimWindow != pConfig->ATIMWindow))
633 pSiteMgr->pDesiredParams->siteMgrDesiredChannel = (TI_UINT8)pConfig->Union.channel;
634 pSiteMgr->pDesiredParams->siteMgrDesiredBeaconInterval = (TI_UINT16)pConfig->BeaconPeriod;
635 pSiteMgr->pDesiredParams->siteMgrDesiredAtimWindow = pConfig->ATIMWindow
    [all...]

Completed in 261 milliseconds

12