Home
last modified time | relevance | path

Searched refs:room (Results 1 – 25 of 56) sorted by relevance

123

/aosp12/hardware/interfaces/audio/effect/2.0/
H A DIEnvironmentalReverbEffect.hal57 * 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 DIPresetReverbEffect.hal25 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 DIEnvironmentalReverbEffect.hal57 * 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 DIPresetReverbEffect.hal25 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 DIEnvironmentalReverbEffect.hal57 * 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 DIPresetReverbEffect.hal25 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 DIEnvironmentalReverbEffect.hal57 * 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 DIPresetReverbEffect.hal25 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 DIEnvironmentalReverbEffect.hal57 * 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 DIPresetReverbEffect.hal25 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 DRadioDatabase.java26 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 DFavorite.java22 import androidx.room.Embedded;
23 import androidx.room.Entity;
24 import androidx.room.PrimaryKey;
H A DProgramSelectorConverter.java23 import androidx.room.TypeConverter;
H A DIdentifierEntity.java24 import androidx.room.Entity;
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/storage/
H A DFavoriteNumberDao.java20 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 DFavoriteNumberDatabase.java19 import androidx.room.Database;
20 import androidx.room.RoomDatabase;
21 import androidx.room.TypeConverters;
H A DFavoriteNumberEntity.java20 import androidx.room.Entity;
21 import androidx.room.PrimaryKey;
H A DFavoriteNumberDatabaseModule.java21 import androidx.room.Room;
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
H A DMetadataDao.java19 import androidx.room.Dao;
20 import androidx.room.Insert;
21 import androidx.room.OnConflictStrategy;
22 import androidx.room.Query;
H A DMetadataDatabase.java23 import androidx.room.Database;
24 import androidx.room.Room;
25 import androidx.room.RoomDatabase;
26 import androidx.room.migration.Migration;
H A DMetadata.java26 import androidx.room.Embedded;
27 import androidx.room.Entity;
28 import androidx.room.PrimaryKey;
H A DProfilePrioritiesEntity.java21 import androidx.room.Entity;
/aosp12/packages/apps/Car/Dialer/
H A Dbuild.gradle135 implementation "androidx.room:room-runtime:$room_version"
136 annotationProcessor "androidx.room:room-compiler:$room_version"
/aosp12/frameworks/wilhelm/src/itf/
H A DIEnvironmentalReverb.cpp41 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 DCivicLocation.java188 String room = formatAddressElement("Room: ", getCivicElementValue(CivicLocationKeys.ROOM)); in toAddress() local
208 new StringBuilder().append(room).append(desk).append(floor).toString(); in toAddress()

123