Searched refs:configParams (Results 1 – 3 of 3) sorted by relevance
365 req.configParams.masterPref = (byte) configRequest.mMasterPreference; in enableAndConfigure()366 req.configParams.disableDiscoveryAddressChangeIndication = !notifyIdentityChange; in enableAndConfigure()367 req.configParams.disableStartedClusterIndication = !notifyIdentityChange; in enableAndConfigure()368 req.configParams.disableJoinedClusterIndication = !notifyIdentityChange; in enableAndConfigure()369 req.configParams.includePublishServiceIdsInBeacon = true; in enableAndConfigure()370 req.configParams.numberOfPublishServiceIdsInBeacon = 0; in enableAndConfigure()371 req.configParams.includeSubscribeServiceIdsInBeacon = true; in enableAndConfigure()372 req.configParams.numberOfSubscribeServiceIdsInBeacon = 0; in enableAndConfigure()373 req.configParams.rssiWindowSize = 8; in enableAndConfigure()374 req.configParams.macAddressRandomizationIntervalSec = mSettableParameters.get( in enableAndConfigure()[all …]
461 config = enableReqCaptor.getValue().configParams; in validateEnableAndConfigure()
7242 OMX_VIDEO_CONFIG_BITRATETYPE configParams; in setParameters() local7243 InitOMXParams(&configParams); in setParameters()7244 configParams.nPortIndex = kPortIndexOutput; in setParameters()7245 configParams.nEncodeBitrate = videoBitrate; in setParameters()7249 &configParams, in setParameters()7250 sizeof(configParams)); in setParameters()