Searched refs:emptyConfig (Results 1 – 5 of 5) sorted by relevance
118 BluetoothLeAudioCodecConfig emptyConfig = new BluetoothLeAudioCodecConfig.Builder().build(); in onAudioLocalCodecCapabilities() local120 new BluetoothLeAudioCodecConfig[] {emptyConfig}; in onAudioLocalCodecCapabilities()122 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()
3067 BluetoothLeAudioCodecConfig emptyConfig = in messageFromNative() local3070 descriptor.mInputSelectableConfig.removeIf(n -> n.equals(emptyConfig)); in messageFromNative()3071 descriptor.mOutputSelectableConfig.removeIf(n -> n.equals(emptyConfig)); in messageFromNative()3081 BluetoothLeAudioCodecConfig emptyConfig = in messageFromNative() local3086 (stackEvent.valueCodec1.equals(emptyConfig) in messageFromNative()3089 (stackEvent.valueCodec2.equals(emptyConfig) in messageFromNative()