/aosp12/hardware/interfaces/audio/effect/2.0/ |
H A D | IEnvironmentalReverbEffect.hal | 57 * Sets the room level. 62 * Gets the room level. 77 * Sets the room decay time. 82 * Gets the room decay time. 117 * Sets the reverb level of the room. 122 * Gets the reverb level of the room. 127 * Sets the reverb delay of the room. 137 * Sets room diffusion. 142 * Gets room diffusion. 147 * Sets room wall density. [all …]
|
H A D | IPresetReverbEffect.hal | 25 SMALLROOM, // a small room less than five meters in length 26 MEDIUMROOM, // a medium room with a length of ten meters or less 27 LARGEROOM, // a large-sized room suitable for live performances
|
/aosp12/hardware/interfaces/audio/effect/4.0/ |
H A D | IEnvironmentalReverbEffect.hal | 57 * Sets the room level. 62 * Gets the room level. 77 * Sets the room decay time. 82 * Gets the room decay time. 117 * Sets the reverb level of the room. 122 * Gets the reverb level of the room. 127 * Sets the reverb delay of the room. 137 * Sets room diffusion. 142 * Gets room diffusion. 147 * Sets room wall density. [all …]
|
H A D | IPresetReverbEffect.hal | 25 SMALLROOM, // a small room less than five meters in length 26 MEDIUMROOM, // a medium room with a length of ten meters or less 27 LARGEROOM, // a large-sized room suitable for live performances
|
/aosp12/hardware/interfaces/audio/effect/5.0/ |
H A D | IEnvironmentalReverbEffect.hal | 57 * Sets the room level. 62 * Gets the room level. 77 * Sets the room decay time. 82 * Gets the room decay time. 117 * Sets the reverb level of the room. 122 * Gets the reverb level of the room. 127 * Sets the reverb delay of the room. 137 * Sets room diffusion. 142 * Gets room diffusion. 147 * Sets room wall density. [all …]
|
H A D | IPresetReverbEffect.hal | 25 SMALLROOM, // a small room less than five meters in length 26 MEDIUMROOM, // a medium room with a length of ten meters or less 27 LARGEROOM, // a large-sized room suitable for live performances
|
/aosp12/hardware/interfaces/audio/effect/6.0/ |
H A D | IEnvironmentalReverbEffect.hal | 57 * Sets the room level. 62 * Gets the room level. 77 * Sets the room decay time. 82 * Gets the room decay time. 117 * Sets the reverb level of the room. 122 * Gets the reverb level of the room. 127 * Sets the reverb delay of the room. 137 * Sets room diffusion. 142 * Gets room diffusion. 147 * Sets room wall density. [all …]
|
H A D | IPresetReverbEffect.hal | 25 SMALLROOM, // a small room less than five meters in length 26 MEDIUMROOM, // a medium room with a length of ten meters or less 27 LARGEROOM, // a large-sized room suitable for live performances
|
/aosp12/hardware/interfaces/audio/effect/7.0/ |
H A D | IEnvironmentalReverbEffect.hal | 57 * Sets the room level. 62 * Gets the room level. 77 * Sets the room decay time. 82 * Gets the room decay time. 117 * Sets the reverb level of the room. 122 * Gets the reverb level of the room. 127 * Sets the reverb delay of the room. 137 * Sets room diffusion. 142 * Gets room diffusion. 147 * Sets room wall density. [all …]
|
H A D | IPresetReverbEffect.hal | 25 SMALLROOM, // a small room less than five meters in length 26 MEDIUMROOM, // a medium room with a length of ten meters or less 27 LARGEROOM, // a large-sized room suitable for live performances
|
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/storage/ |
H A D | RadioDatabase.java | 26 import androidx.room.Dao; 27 import androidx.room.Database; 28 import androidx.room.Insert; 29 import androidx.room.OnConflictStrategy; 30 import androidx.room.Query; 31 import androidx.room.Room; 32 import androidx.room.RoomDatabase; 33 import androidx.room.TypeConverters;
|
H A D | Favorite.java | 22 import androidx.room.Embedded; 23 import androidx.room.Entity; 24 import androidx.room.PrimaryKey;
|
H A D | ProgramSelectorConverter.java | 23 import androidx.room.TypeConverter;
|
H A D | IdentifierEntity.java | 24 import androidx.room.Entity;
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/storage/ |
H A D | FavoriteNumberDao.java | 20 import androidx.room.Dao; 21 import androidx.room.Delete; 22 import androidx.room.Insert; 23 import androidx.room.Query; 24 import androidx.room.Update;
|
H A D | FavoriteNumberDatabase.java | 19 import androidx.room.Database; 20 import androidx.room.RoomDatabase; 21 import androidx.room.TypeConverters;
|
H A D | FavoriteNumberEntity.java | 20 import androidx.room.Entity; 21 import androidx.room.PrimaryKey;
|
H A D | FavoriteNumberDatabaseModule.java | 21 import androidx.room.Room;
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/ |
H A D | MetadataDao.java | 19 import androidx.room.Dao; 20 import androidx.room.Insert; 21 import androidx.room.OnConflictStrategy; 22 import androidx.room.Query;
|
H A D | MetadataDatabase.java | 23 import androidx.room.Database; 24 import androidx.room.Room; 25 import androidx.room.RoomDatabase; 26 import androidx.room.migration.Migration;
|
H A D | Metadata.java | 26 import androidx.room.Embedded; 27 import androidx.room.Entity; 28 import androidx.room.PrimaryKey;
|
H A D | ProfilePrioritiesEntity.java | 21 import androidx.room.Entity;
|
/aosp12/packages/apps/Car/Dialer/ |
H A D | build.gradle | 135 implementation "androidx.room:room-runtime:$room_version" 136 annotationProcessor "androidx.room:room-compiler:$room_version"
|
/aosp12/frameworks/wilhelm/src/itf/ |
H A D | IEnvironmentalReverb.cpp | 41 static SLresult IEnvironmentalReverb_SetRoomLevel(SLEnvironmentalReverbItf self, SLmillibel room) in IEnvironmentalReverb_SetRoomLevel() argument 47 if (!(room <= 0)) { in IEnvironmentalReverb_SetRoomLevel() 52 thiz->mProperties.roomLevel = room; in IEnvironmentalReverb_SetRoomLevel() 60 REVERB_PARAM_ROOM_LEVEL, &room); in IEnvironmentalReverb_SetRoomLevel()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/rtt/ |
H A D | CivicLocation.java | 188 String room = formatAddressElement("Room: ", getCivicElementValue(CivicLocationKeys.ROOM)); in toAddress() local 208 new StringBuilder().append(room).append(desk).append(floor).toString(); in toAddress()
|