Searched refs:configParams (Results 1 – 3 of 3) sorted by relevance
369 req.configParams.masterPref = (byte) configRequest.mMasterPreference; in enableAndConfigure()370 req.configParams.disableDiscoveryAddressChangeIndication = !notifyIdentityChange; in enableAndConfigure()371 req.configParams.disableStartedClusterIndication = !notifyIdentityChange; in enableAndConfigure()372 req.configParams.disableJoinedClusterIndication = !notifyIdentityChange; in enableAndConfigure()373 req.configParams.includePublishServiceIdsInBeacon = true; in enableAndConfigure()374 req.configParams.numberOfPublishServiceIdsInBeacon = 0; in enableAndConfigure()375 req.configParams.includeSubscribeServiceIdsInBeacon = true; in enableAndConfigure()376 req.configParams.numberOfSubscribeServiceIdsInBeacon = 0; in enableAndConfigure()377 req.configParams.rssiWindowSize = 8; in enableAndConfigure()378 req.configParams.macAddressRandomizationIntervalSec = mSettableParameters.get( in enableAndConfigure()[all …]
616 config = enableReqCaptor.getValue().configParams; in validateEnableAndConfigure()
7453 OMX_VIDEO_CONFIG_BITRATETYPE configParams; in setParameters() local7454 InitOMXParams(&configParams); in setParameters()7455 configParams.nPortIndex = kPortIndexOutput; in setParameters()7456 configParams.nEncodeBitrate = videoBitrate; in setParameters()7460 &configParams, in setParameters()7461 sizeof(configParams)); in setParameters()