Home
last modified time | relevance | path

Searched refs:configOut (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/health/1.0/default/
DHealth.cpp36 HealthConfig configOut; in init() local
45 convertToHealthConfig(&healthd_config, configOut); in init()
47 _hidl_cb(configOut); in init()
/hardware/libhardware/modules/audio_remote_submix/tests/
Dremote_submix_tests.cpp122 struct audio_config configOut = {}; in OpenOutputStream() local
123 configOut.channel_mask = mono ? AUDIO_CHANNEL_OUT_MONO : AUDIO_CHANNEL_OUT_STEREO; in OpenOutputStream()
124 configOut.sample_rate = sampleRate; in OpenOutputStream()
127 &configOut, streamOut, address); in OpenOutputStream()
/hardware/interfaces/health/1.0/
DIHealth.hal30 init(HealthConfig config) generates (HealthConfig configOut);