Searched refs:configParams (Results 1 – 3 of 3) sorted by relevance
448 req.configParams.masterPref = (byte) configRequest.mMasterPreference; in enableAndConfigure()449 req.configParams.disableDiscoveryAddressChangeIndication = in enableAndConfigure()451 req.configParams.disableStartedClusterIndication = !notifyIdentityChange; in enableAndConfigure()452 req.configParams.disableJoinedClusterIndication = !notifyIdentityChange; in enableAndConfigure()453 req.configParams.includePublishServiceIdsInBeacon = true; in enableAndConfigure()454 req.configParams.numberOfPublishServiceIdsInBeacon = 0; in enableAndConfigure()455 req.configParams.includeSubscribeServiceIdsInBeacon = true; in enableAndConfigure()456 req.configParams.numberOfSubscribeServiceIdsInBeacon = 0; in enableAndConfigure()457 req.configParams.rssiWindowSize = 8; in enableAndConfigure()458 req.configParams.macAddressRandomizationIntervalSec = mSettableParameters.get( in enableAndConfigure()[all …]
618 config = enableReqCaptor.getValue().configParams; in validateEnableAndConfigure()
7529 OMX_VIDEO_CONFIG_BITRATETYPE configParams; in setParameters() local7530 InitOMXParams(&configParams); in setParameters()7531 configParams.nPortIndex = kPortIndexOutput; in setParameters()7532 configParams.nEncodeBitrate = videoBitrate; in setParameters()7536 &configParams, in setParameters()7537 sizeof(configParams)); in setParameters()