Home
last modified time | relevance | path

Searched refs:Properties (Results 1 – 25 of 85) sorted by relevance

1234

/hardware/interfaces/broadcastradio/aidl/rust_impl/src/
Ddefault_broadcastradio_hal.rs27 Properties::Properties,
47 fn getProperties(&self) -> BinderResult<Properties> { in getProperties() argument
/hardware/interfaces/soundtrigger/aidl/android/hardware/soundtrigger3/
DISoundTriggerHw.aidl24 import android.media.soundtrigger.Properties;
134 Properties getProperties(); in getProperties()
/hardware/interfaces/soundtrigger/2.3/vts/functional/
DVtsHalSoundtriggerV2_3TargetTest.cpp32 using ::android::hardware::soundtrigger::V2_3::Properties;
69 Properties halProperties; in TEST_P()
/hardware/interfaces/broadcastradio/aidl/android/hardware/broadcastradio/
DIBroadcastRadio.aidl28 import android.hardware.broadcastradio.Properties;
68 Properties getProperties(); in getProperties()
DProperties.aidl27 parcelable Properties {
/hardware/interfaces/soundtrigger/2.3/
Dtypes.hal20 import @2.0::ISoundTriggerHw.Properties;
42 struct Properties {
43 @2.0::ISoundTriggerHw.Properties base;
/hardware/interfaces/broadcastradio/1.1/default/
DBroadcastRadio.cpp39 using V1_1::Properties;
96 [&](const Properties& properties) { _hidl_cb(Result::OK, properties.base); }); in getProperties()
101 Properties prop11 = {}; in getProperties_1_1()
/hardware/interfaces/broadcastradio/aidl/aidl_api/android.hardware.broadcastradio/2/android/hardware/broadcastradio/
DProperties.aidl36 parcelable Properties {
DIBroadcastRadio.aidl37 android.hardware.broadcastradio.Properties getProperties(); in getProperties()
/hardware/interfaces/broadcastradio/aidl/aidl_api/android.hardware.broadcastradio/current/android/hardware/broadcastradio/
DProperties.aidl36 parcelable Properties {
DIBroadcastRadio.aidl37 android.hardware.broadcastradio.Properties getProperties(); in getProperties()
/hardware/interfaces/broadcastradio/aidl/aidl_api/android.hardware.broadcastradio/1/android/hardware/broadcastradio/
DProperties.aidl36 parcelable Properties {
DIBroadcastRadio.aidl37 android.hardware.broadcastradio.Properties getProperties(); in getProperties()
/hardware/interfaces/broadcastradio/2.0/default/
DBroadcastRadio.cpp43 static Properties initProperties(const VirtualRadio& virtualRadio) { in initProperties()
44 Properties prop = {}; in initProperties()
DBroadcastRadio.h44 Properties mProperties;
/hardware/interfaces/automotive/vehicle/aidl/impl/proto/android/hardware/automotive/vehicle/
DVehiclePropertyChangeMode.proto27 /* Properties of this type must report when there is a change.
36 /* Properties of this type change continuously and require a fixed rate of
/hardware/interfaces/soundtrigger/aidl/cli/java/android/hardware/soundtrigger3/cli/
DSthalCli.java33 import android.media.soundtrigger.Properties;
287 public Properties getProperties() { in getProperties()
289 Properties properties = new Properties(); in getProperties()
/hardware/interfaces/broadcastradio/1.0/default/
DUtils.h34 static void convertPropertiesFromHal(Properties *properties,
DBroadcastRadio.h55 void convertPropertiesFromHal(Properties *properties,
/hardware/interfaces/broadcastradio/1.0/
DIBroadcastRadio.hal28 * @return properties A Properties structure containing implementation
31 getProperties() generates (Result result, Properties properties);
/hardware/interfaces/broadcastradio/aidl/default/
DBroadcastRadio.h46 ndk::ScopedAStatus getProperties(Properties* returnProperties) EXCLUDES(mMutex) override;
80 Properties mProperties GUARDED_BY(mMutex);
/hardware/interfaces/soundtrigger/aidl/aidl_api/android.hardware.soundtrigger3/1/android/hardware/soundtrigger3/
DISoundTriggerHw.aidl37 android.media.soundtrigger.Properties getProperties(); in getProperties()
/hardware/interfaces/soundtrigger/aidl/aidl_api/android.hardware.soundtrigger3/current/android/hardware/soundtrigger3/
DISoundTriggerHw.aidl37 android.media.soundtrigger.Properties getProperties(); in getProperties()
/hardware/interfaces/soundtrigger/aidl/aidl_api/android.hardware.soundtrigger3/2/android/hardware/soundtrigger3/
DISoundTriggerHw.aidl37 android.media.soundtrigger.Properties getProperties(); in getProperties()
/hardware/interfaces/broadcastradio/1.1/
DIBroadcastRadio.hal25 * @return properties A Properties structure containing implementation
28 getProperties_1_1() generates (Properties properties);

1234