Home
last modified time | relevance | path

Searched refs:emptyConfig (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioNativeInterfaceTest.java118 BluetoothLeAudioCodecConfig emptyConfig = new BluetoothLeAudioCodecConfig.Builder().build(); in onAudioLocalCodecCapabilities() local
120 new BluetoothLeAudioCodecConfig[] {emptyConfig}; in onAudioLocalCodecCapabilities()
122 new BluetoothLeAudioCodecConfig[] {emptyConfig}; in onAudioLocalCodecCapabilities()
/packages/services/Car/cpp/evs/apps/default/src/
DRenderPixelCopy.cpp47 Stream emptyConfig; in activate() local
49 if (auto status = mEnumerator->openCamera(mCameraInfo.cameraId.c_str(), emptyConfig, &pCamera); in activate()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiConfigurationTest.java1243 WifiConfiguration emptyConfig = new WifiConfiguration(); in testLegacyConfigurationConversion() local
1244 emptyConfig.convertLegacyFieldsToSecurityParamsIfNeeded(); in testLegacyConfigurationConversion()
1245 assertNotNull(emptyConfig.getSecurityParams(SECURITY_TYPE_OPEN)); in testLegacyConfigurationConversion()
/packages/services/Car/cpp/evs/manager/aidl/tests/unit/src/
DEvsEnumeratorUnitTest.cpp149 Stream emptyConfig; in TEST_F() local
155 mEnumerator->openCamera(/* cameraId= */ "invalidId", emptyConfig, &invalidCamera) in TEST_F()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java3067 BluetoothLeAudioCodecConfig emptyConfig = in messageFromNative() local
3070 descriptor.mInputSelectableConfig.removeIf(n -> n.equals(emptyConfig)); in messageFromNative()
3071 descriptor.mOutputSelectableConfig.removeIf(n -> n.equals(emptyConfig)); in messageFromNative()
3081 BluetoothLeAudioCodecConfig emptyConfig = in messageFromNative() local
3086 (stackEvent.valueCodec1.equals(emptyConfig) in messageFromNative()
3089 (stackEvent.valueCodec2.equals(emptyConfig) in messageFromNative()