Home
last modified time | relevance | path

Searched refs:eventType (Results 1 – 25 of 29) sorted by relevance

12

/drivers/peripheral/audio/hal/hdi_binder/server/src/
Dhdf_audio_pnp_uevent.c111 .eventType = AUDIO_EVENT_UNKNOWN,
117 if (pnpDeviceEvent->eventType == g_audioPnpDeviceState.eventType && in IsUpdatePnpDeviceState()
126 g_audioPnpDeviceState.eventType = pnpDeviceEvent->eventType; in UpdatePnpDeviceState()
238 audioEvent->eventType = AUDIO_DEVICE_REMOVE; in DetectAnalogHeadsetState()
241 audioEvent->eventType = AUDIO_DEVICE_ADD; in DetectAnalogHeadsetState()
427 audioEvent->eventType = AUDIO_DEVICE_ADD; in DetectUsbHeadsetState()
464 audioEvent.eventType = AUDIO_DEVICE_ADD; in AudioUsbHeadsetDetectDevice()
470 audioEvent.eventType = AUDIO_DEVICE_REMOVE; in AudioUsbHeadsetDetectDevice()
476 …AUDIO_FUNC_LOGI("audio usb headset [%{public}s]", audioEvent.eventType == AUDIO_DEVICE_ADD ? "add"… in AudioUsbHeadsetDetectDevice()
480 audioEvent.eventType); in AudioUsbHeadsetDetectDevice()
[all …]
Dhdf_audio_server_common.c40 .eventType = HDF_AUDIO_EVENT_UNKOWN,
45 .eventType = HDF_AUDIO_EVENT_UNKOWN,
50 .eventType = HDF_AUDIO_EVENT_UNKOWN,
639 g_audioEventService.eventType = audioSrvEvent->eventType; in AudioServiceStateChange()
644 g_audioEventService.eventType, in AudioServiceStateChange()
645 g_audioEventLoad.eventType, in AudioServiceStateChange()
662 g_audioEventLoad.eventType = audioLoadEvent->eventType; in AudioLoadStateChange()
667 g_audioEventService.eventType, in AudioLoadStateChange()
668 g_audioEventLoad.eventType, in AudioLoadStateChange()
688 g_audioEventLoad.eventType = HDF_AUDIO_LOAD_FAILURE; in HdiServiceDevOnLine()
[all …]
Dhdf_audio_usb_server.c79 .eventType = HDF_AUDIO_SERVICE_INVALID, in AudioHdiUsbServerInit()
Dhdf_audio_pnp_uevent_hdmi.c62 audioEvent.eventType = AUDIO_DEVICE_ADD; in AudioHdmiPnpUeventStatus()
68 audioEvent.eventType = AUDIO_DEVICE_REMOVE; in AudioHdmiPnpUeventStatus()
Dhdf_audio_input_event.c39 audioEvent.eventType = (evt.value == 0) ? AUDIO_DEVICE_REMOVE : AUDIO_DEVICE_ADD; in AudioAnalogHeadsetDeviceCheck()
Dhdf_audio_pnp_server.c68 audioEvent.eventType, audioEvent.deviceType); in AudioPnpUpdateInfoOnly()
/drivers/peripheral/wlan/client/src/
Dwifi_driver_client.c43 (((1 << event) & g_callbackEventMap[i]->eventType) != 0)) { in WifiEventReport()
50 int32_t WifiRegisterEventCallback(OnReceiveFunc onRecFunc, uint32_t eventType, const char *ifName) in WifiRegisterEventCallback() argument
60 if (g_callbackEventMap[i] != NULL && g_callbackEventMap[i]->eventType == eventType && in WifiRegisterEventCallback()
71 callbackEvent->eventType = eventType; in WifiRegisterEventCallback()
90 void WifiUnregisterEventCallback(OnReceiveFunc onRecFunc, uint32_t eventType, const char *ifName) in WifiUnregisterEventCallback() argument
99 if (g_callbackEventMap[i] != NULL && g_callbackEventMap[i]->eventType == eventType && in WifiUnregisterEventCallback()
Dwifi_common_cmd.h157 uint32_t eventType; /* eventmap */ member
/drivers/peripheral/audio/test/sample/
Dframework_event.c70 switch (svcMsg->eventType) { in AudioServiceMsgParse()
89 .eventType = HDF_AUDIO_EVENT_UNKOWN, in AudioGetServiceStatus()
96 …if ((AudioPnpMsgReadValue(strTemp, "EVENT_SERVICE_TYPE", &(serviceMsg.eventType)) != HDF_SUCCESS) … in AudioGetServiceStatus()
161 switch (loadMsg->eventType) { in AudioLoadMsgParse()
180 .eventType = HDF_AUDIO_EVENT_UNKOWN, in AudioGetLoadStatus()
187 if ((AudioPnpMsgReadValue(strTemp, "EVENT_LOAD_TYPE", &(loadMsg.eventType)) != HDF_SUCCESS) || in AudioGetLoadStatus()
240 switch (pnpMsg->eventType) { in AudioPnpMsgParse()
259 .eventType = HDF_AUDIO_EVENT_UNKOWN, in AudioGetUsbPnpStatus()
266 if ((AudioPnpMsgReadValue(strTemp, "EVENT_TYPE", &(pnpMsg.eventType)) != HDF_SUCCESS) || in AudioGetUsbPnpStatus()
/drivers/peripheral/audio/hdi_service/primary_impl/vendor_include/include/
Di_audio_events.h71 uint32_t eventType; member
/drivers/peripheral/audio/interfaces/include/
Daudio_events.h72 uint32_t eventType; member
/drivers/peripheral/audio/interfaces/2.0/include/
Daudio_events.h72 uint32_t eventType; member
/drivers/interface/activity_recognition/v1_0/
DIActivityInterface.idl131 …* @param eventType Indicates the event type. For details, see {@link ActRecognitionEventType}. You…
144 …EnableActRecognitionEvent([in] int activity, [in] int eventType, [in] long maxReportLatencyNs, [in…
153 …* @param eventType Indicates the event type. For details, see {@link ActRecognitionEventType}. You…
162 DisableActRecognitionEvent([in] int activity, [in] int eventType);
DActivityRecognitionTypes.idl84 int eventType;
/drivers/hdf_core/framework/model/input/driver/
Dhdf_hid_adapter.h64 unsigned long eventType[BITS_TO_LONG(HDF_EV_CNT)]; member
Dhdf_input_device_manager.h69 unsigned long eventType[BITS_TO_UINT64(EV_CNT)]; member
Dhdf_hid_adapter.c140 ret = memcpy_s(inputDev->abilitySet.eventType, len * BITS_TO_LONG(EV_CNT), in GetInfoFromCache()
141 info->eventType, len * BITS_TO_LONG(EV_CNT)); in GetInfoFromCache()
/drivers/peripheral/input/interfaces/include/
Dinput_type.h196 …uint64_t eventType[BITS_TO_UINT64(EV_CNT)]; /**< Bitmap for recording the supported event… member
/drivers/hdf_core/framework/model/audio/common/include/
Daudio_platform_base.h69 uint32_t eventType; member
/drivers/peripheral/input/hdi_service/
Dinput_interfaces_impl.cpp76 hdiDevInfo.abilitySet.eventType.assign(halDevInfo.abilitySet.eventType, in TransferDevInfo()
77 halDevInfo.abilitySet.eventType + BITS_TO_UINT64(EV_CNT)); in TransferDevInfo()
/drivers/peripheral/audio/interfaces/sound/v1_0/
Daudio_types_vdi.h359 uint32_t eventType; member
/drivers/peripheral/wlan/client/include/
Dwifi_driver_client.h190 int32_t WifiRegisterEventCallback(OnReceiveFunc onRecFunc, uint32_t eventType, const char *ifName);
191 void WifiUnregisterEventCallback(OnReceiveFunc onRecFunc, uint32_t eventType, const char *ifName);
/drivers/interface/input/v1_0/
DInputTypes.idl97 unsigned long[] eventType; /**< Bitmap for recording the supported event types */
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/input_template/
Dinput_driver_source.template87 device->driver->inputDev->abilitySet.eventType[0] = SET_BIT(EV_SYN) |
/drivers/hdf_core/framework/model/input/driver/touchscreen/
Dtouch_ft5406.c172 device->driver->inputDev->abilitySet.eventType[0] = SET_BIT(EV_SYN) | in SetAbility()

12