Home
last modified time | relevance | path

Searched refs:ExtconSetStateSync (Results 1 – 2 of 2) sorted by relevance

/device/board/hihope/rk3568/audio_drivers/headset_monitor/src/
Danalog_headset_adc.c68 static int ExtconSetStateSync(struct HeadsetPriv *hs, unsigned int id, bool state) in ExtconSetStateSync() function
184 (void)ExtconSetStateSync(hs, KEY_JACK_HEADPHONE, true); in ReportCurrentState()
200 (void)ExtconSetStateSync(hs, KEY_JACK_HEADSET, false); in ReportCurrentState()
303 (void)ExtconSetStateSync(hs, type, true); in HookOnceWork()
Danalog_headset_gpio.c101 static int ExtconSetStateSync(struct HeadsetPriv *hs, unsigned int id, bool state) in ExtconSetStateSync() function
271 (void)ExtconSetStateSync(hs, KEY_JACK_HEADPHONE, bePlugIn); in ReportCurrentState()
387 (void)ExtconSetStateSync(hs, KEY_JACK_HEADSET, bePlugIn); in HeadsetTimerCallback()