/drivers/peripheral/audio/hal/hdi_binder/server/src/ |
D | hdf_audio_pnp_uevent.c | 111 .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 …]
|
D | hdf_audio_server_common.c | 40 .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 …]
|
D | hdf_audio_usb_server.c | 79 .eventType = HDF_AUDIO_SERVICE_INVALID, in AudioHdiUsbServerInit()
|
D | hdf_audio_pnp_uevent_hdmi.c | 62 audioEvent.eventType = AUDIO_DEVICE_ADD; in AudioHdmiPnpUeventStatus() 68 audioEvent.eventType = AUDIO_DEVICE_REMOVE; in AudioHdmiPnpUeventStatus()
|
D | hdf_audio_input_event.c | 39 audioEvent.eventType = (evt.value == 0) ? AUDIO_DEVICE_REMOVE : AUDIO_DEVICE_ADD; in AudioAnalogHeadsetDeviceCheck()
|
D | hdf_audio_pnp_server.c | 68 audioEvent.eventType, audioEvent.deviceType); in AudioPnpUpdateInfoOnly()
|
/drivers/peripheral/wlan/client/src/ |
D | wifi_driver_client.c | 43 (((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()
|
D | wifi_common_cmd.h | 157 uint32_t eventType; /* eventmap */ member
|
/drivers/peripheral/audio/test/sample/ |
D | framework_event.c | 70 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/ |
D | i_audio_events.h | 71 uint32_t eventType; member
|
/drivers/peripheral/audio/interfaces/include/ |
D | audio_events.h | 72 uint32_t eventType; member
|
/drivers/peripheral/audio/interfaces/2.0/include/ |
D | audio_events.h | 72 uint32_t eventType; member
|
/drivers/interface/activity_recognition/v1_0/ |
D | IActivityInterface.idl | 131 …* @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);
|
D | ActivityRecognitionTypes.idl | 84 int eventType;
|
/drivers/hdf_core/framework/model/input/driver/ |
D | hdf_hid_adapter.h | 64 unsigned long eventType[BITS_TO_LONG(HDF_EV_CNT)]; member
|
D | hdf_input_device_manager.h | 69 unsigned long eventType[BITS_TO_UINT64(EV_CNT)]; member
|
D | hdf_hid_adapter.c | 140 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/ |
D | input_type.h | 196 …uint64_t eventType[BITS_TO_UINT64(EV_CNT)]; /**< Bitmap for recording the supported event… member
|
/drivers/hdf_core/framework/model/audio/common/include/ |
D | audio_platform_base.h | 69 uint32_t eventType; member
|
/drivers/peripheral/input/hdi_service/ |
D | input_interfaces_impl.cpp | 76 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/ |
D | audio_types_vdi.h | 359 uint32_t eventType; member
|
/drivers/peripheral/wlan/client/include/ |
D | wifi_driver_client.h | 190 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/ |
D | InputTypes.idl | 97 unsigned long[] eventType; /**< Bitmap for recording the supported event types */
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/input_template/ |
D | input_driver_source.template | 87 device->driver->inputDev->abilitySet.eventType[0] = SET_BIT(EV_SYN) |
|
/drivers/hdf_core/framework/model/input/driver/touchscreen/ |
D | touch_ft5406.c | 172 device->driver->inputDev->abilitySet.eventType[0] = SET_BIT(EV_SYN) | in SetAbility()
|