Searched refs:generator (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish/audio/ |
D | device_port_source.cpp | 217 G generator) in GeneratedSource() 223 , mGenerator(std::move(generator)) {} in GeneratedSource() 388 G generator) { in createGeneratedSource() argument 392 std::move(generator)); in createGeneratedSource()
|
/device/google/crosshatch/audio/ |
D | Test1_Crosshatch_5_10_2018_onsite_final_remove_actisonic.tuning | 722 "enhance_and_protect_left.Protect.Pilot tone.Sine generator sense.amplitude": 0.0177827941, 723 "enhance_and_protect_left.Protect.Pilot tone.Sine generator sense.frequency": 48, 724 "enhance_and_protect_left.Protect.Pilot tone.Sine generator sense.hold": 4800, 725 "enhance_and_protect_left.Protect.Pilot tone.Sine generator sense.threshold": 0.00372529029, 1843 "enhance_and_protect_right.Protect.Pilot tone.Sine generator sense.amplitude": 0.0177827941, 1844 "enhance_and_protect_right.Protect.Pilot tone.Sine generator sense.frequency": 48, 1845 "enhance_and_protect_right.Protect.Pilot tone.Sine generator sense.hold": 4800, 1846 … "enhance_and_protect_right.Protect.Pilot tone.Sine generator sense.threshold": 0.00372529029,
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 48 #define SET_ERROR_WITH_MESSAGE_IF(condition, err, generator, genargs) if ((condition)) { \ argument 49 std::string msg = generator genargs; \ 62 #define RET_AND_SET_ERROR_WITH_MESSAGE_IF(condition, err, ret, generator, genargs) if((condition)) … argument 63 std::string msg = generator genargs; \
|