Searched refs:emptyConfig (Results 1 – 5 of 5) sorted by relevance
119 BluetoothLeAudioCodecConfig emptyConfig = new BluetoothLeAudioCodecConfig.Builder().build(); in onAudioLocalCodecCapabilities() local121 new BluetoothLeAudioCodecConfig[] {emptyConfig}; in onAudioLocalCodecCapabilities()123 new BluetoothLeAudioCodecConfig[] {emptyConfig}; in onAudioLocalCodecCapabilities()
47 Stream emptyConfig; in activate() local49 if (auto status = mEnumerator->openCamera(mCameraInfo.cameraId.c_str(), emptyConfig, &pCamera); in activate()
1243 WifiConfiguration emptyConfig = new WifiConfiguration(); in testLegacyConfigurationConversion() local1244 emptyConfig.convertLegacyFieldsToSecurityParamsIfNeeded(); in testLegacyConfigurationConversion()1245 assertNotNull(emptyConfig.getSecurityParams(SECURITY_TYPE_OPEN)); in testLegacyConfigurationConversion()
149 Stream emptyConfig; in TEST_F() local155 mEnumerator->openCamera(/* cameraId= */ "invalidId", emptyConfig, &invalidCamera) in TEST_F()
3619 BluetoothLeAudioCodecConfig emptyConfig = in messageFromNative() local3622 descriptor.mInputSelectableConfig.removeIf(n -> n.equals(emptyConfig)); in messageFromNative()3623 descriptor.mOutputSelectableConfig.removeIf(n -> n.equals(emptyConfig)); in messageFromNative()3633 BluetoothLeAudioCodecConfig emptyConfig = in messageFromNative() local3638 (stackEvent.valueCodec1.equals(emptyConfig) in messageFromNative()3641 (stackEvent.valueCodec2.equals(emptyConfig) in messageFromNative()