Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/pnp_server/
H A Daudio_socket_thread.cpp138 …AudioPnpUevent(AudioEvent *audioEvent, struct AudioPnpUevent *audioPnpUevent, uint32_t h2wTypeLast) in SetAudioPnpUevent() argument
143 audioEvent->deviceType = h2wTypeLast; in SetAudioPnpUevent()
164 static uint32_t h2wTypeLast = PNP_DEVICE_HEADSET; in SetAudioPnpServerEventValue() local
169 SetAudioPnpUevent(audioEvent, audioPnpUevent, h2wTypeLast); in SetAudioPnpServerEventValue()
170 h2wTypeLast = audioEvent->deviceType; in SetAudioPnpServerEventValue()
/ohos5.0/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_pnp_uevent.c494 static uint32_t h2wTypeLast = AUDIO_HEADSET; in SetAudioEventValue() local
502 audioEvent->deviceType = h2wTypeLast; in SetAudioEventValue()
518 h2wTypeLast = audioEvent->deviceType; in SetAudioEventValue()