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

  /packages/services/Car/libvehiclenetwork/native/
VehicleNetworkProtoUtil.cpp 400 int configSize = in.config_array_size();
401 if (configSize > maxConfigSize) {
405 for (; i < configSize; i++) {
  /external/sonivox/arm-wt-22k/lib_src/
jet.c 482 EAS_PUBLIC EAS_RESULT JET_Init (EAS_DATA_HANDLE easHandle, const S_JET_CONFIG *pConfig, EAS_INT configSize)
506 if (configSize > (EAS_INT) sizeof(S_JET_CONFIG))
507 configSize = sizeof(S_JET_CONFIG);
508 EAS_HWMemCpy(&pJet->config, pConfig, configSize);
    [all...]
  /external/sonivox/arm-wt-22k/host_src/
jet.h 74 * to use defaults. If passing config data, configSize should be
79 EAS_PUBLIC EAS_RESULT JET_Init (EAS_DATA_HANDLE easHandle, const S_JET_CONFIG *pConfig, EAS_INT configSize);
  /external/sonivox/docs/
JET_Programming_Manual.html     [all...]

Completed in 206 milliseconds