Home
last modified time | relevance | path

Searched defs:event (Results 76 - 100 of 134) sorted by relevance

123456

/drivers/peripheral/camera/test/common/v1_2/src/
H A Dhdi_common_v1_2.cpp330 int32_t HdiCommonV1_2::TestCameraHostCallbackV1_2::OnCameraEvent(const std::string& cameraId, CameraEvent event) in OnCameraEvent() argument
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_manager_interface_impl.cpp166 DAudioDevEvent event = { adpName, dhId, HDF_AUDIO_DEVICE_ADD, 0, adp->second->GetVolumeGroup(dhId), in AddAudioDevice() local
194 DAudioDevEvent event = { adpName, dhId, HDF_AUDIO_DEVICE_REMOVE, 0, 0, 0 }; in RemoveAudioDevice() local
253 int32_t AudioManagerInterfaceImpl::NotifyFwk(const DAudioDevEvent &event) in NotifyFwk() argument
226 Notify(const std::string &adpName, const uint32_t devId, const uint32_t streamId, const DAudioEvent &event) Notify() argument
[all...]
H A Daudio_capture_ext_impl.cpp107 DAudioEvent event = { HDF_AUDIO_EVENT_MMAP_START_MIC, content }; in Start() local
129 DAudioEvent event = { HDF_AUDIO_EVENT_MMAP_STOP_MIC, content }; in Stop() local
H A Daudio_capture_interface_impl.cpp130 DAudioEvent event = { HDF_AUDIO_EVENT_START, content }; in Start() local
165 DAudioEvent event = { HDF_AUDIO_EVENT_STOP, content }; in Stop() local
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_adapter_interface/src/
H A Daudio_adapter_interface_impl_test.cpp552 DAudioEvent event; in HWTEST_F() local
571 DAudioEvent event; in HWTEST_F() local
599 DAudioEvent event; HWTEST_F() local
1099 DAudioEvent event = {HDF_AUDIO_EVENT_VOLUME_CHANGE, HWTEST_F() local
1128 DAudioEvent event = {HDF_AUDIO_EVENT_VOLUME_CHANGE, "V"}; HWTEST_F() local
1151 DAudioEvent event = {HDF_AUDIO_EVENT_VOLUME_CHANGE, "V"}; HWTEST_F() local
1174 DAudioEvent event = {HDF_AUDIO_EVENT_FOCUS_CHANGE, HWTEST_F() local
1193 DAudioEvent event = {HDF_AUDIO_EVENT_FOCUS_CHANGE, HWTEST_F() local
1211 DAudioEvent event = {HDF_AUDIO_EVENT_RENDER_STATE_CHANGE, HWTEST_F() local
1230 DAudioEvent event = {HDF_AUDIO_EVENT_RENDER_STATE_CHANGE, HWTEST_F() local
1248 DAudioEvent event = {HDF_AUDIO_EVENT_OPEN_SPK_RESULT, "RENDER_STATE_CHANGE_EVENT"}; HWTEST_F() local
1264 DAudioEvent event = {HDF_AUDIO_EVENT_OPEN_SPK_RESULT, HDF_EVENT_RESULT_SUCCESS}; HWTEST_F() local
1280 DAudioEvent event = {HDF_AUDIO_EVENT_CLOSE_SPK_RESULT, HWTEST_F() local
1299 DAudioEvent event = {HDF_AUDIO_EVENT_OPEN_MIC_RESULT, HWTEST_F() local
1318 DAudioEvent event = {HDF_AUDIO_EVENT_CLOSE_MIC_RESULT, HDF_EVENT_RESULT_SUCCESS}; HWTEST_F() local
1361 AudioDeviceEvent event = EVENT_OPEN_SPK; HWTEST_F() local
1391 AudioDeviceEvent event = EVENT_OPEN_SPK; HWTEST_F() local
1420 AudioDeviceEvent event = EVENT_OPEN_MIC; HWTEST_F() local
1452 AudioDeviceEvent event = EVENT_OPEN_MIC; HWTEST_F() local
1472 AudioDeviceEvent event = EVENT_DEV_CLOSED; HWTEST_F() local
1488 DAudioEvent event = {HDF_AUDIO_EVENT_SPK_CLOSED, "gtest"}; HWTEST_F() local
1507 DAudioEvent event = {HDF_AUDIO_EVENT_SPK_CLOSED, "gtest"}; HWTEST_F() local
1530 DAudioEvent event = {HDF_AUDIO_EVENT_SPK_CLOSED, "gtest"}; HWTEST_F() local
[all...]
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_provider/
H A Ddcamera_provider.cpp226 int32_t DCameraProvider::Notify(const DHBase& dhBase, const DCameraHDFEvent& event) in Notify() argument
381 bool DCameraProvider::IsDCameraHDFEventInvalid(const DCameraHDFEvent& event) in IsDCameraHDFEventInvalid() argument
/drivers/peripheral/intelligent_voice/hdi_service/trigger/
H A Dintell_voice_trigger_adapter_impl.cpp41 void IntellVoiceTriggerCallbackDevice::OnRecognitionHdiEvent(const IntellVoiceRecognitionEvent &event, int32_t cookie) in OnRecognitionHdiEvent() argument
/drivers/peripheral/sensor/chipset/accel/
H A Daccel_bmi270.c149 static int32_t AccReadBmi270Data(struct SensorCfgData *cfg, struct SensorReportEvent *event) in AccReadBmi270Data() argument
/drivers/peripheral/sensor/chipset/gyro/
H A Dgyro_bmi270.c152 struct SensorReportEvent event; in GyroReadBmi270Data() local
/drivers/peripheral/sensor/hal/src/
H A Dsensor_channel.c77 void CopyEventData(struct SensorEvents *event) in CopyEventData() argument
110 ConvertSensorData(struct SensorEvents *event) ConvertSensorData() argument
135 struct SensorEvents *event = NULL; OnSensorEventReceived() local
[all...]
H A Dsensor_controller.c432 static int32_t ReadData(int32_t sensorId, struct SensorEvents *event) in ReadData() argument
/drivers/peripheral/sensor/hdi_impl/
H A Dsensor_impl.cpp39 int32_t ReportSensorEventsData(int32_t sensorType, const struct SensorEvents *event) in ReportSensorEventsData() argument
69 int32_t TradtionalSensorDataCallback(const struct SensorEvents *event) in TradtionalSensorDataCallback() argument
81 MedicalSensorDataCallback(const struct SensorEvents *event) MedicalSensorDataCallback() argument
[all...]
/drivers/peripheral/sensor/test/unittest/common/
H A Dhdf_sensor_test.cpp107 int32_t TraditionalSensorTestDataCallback(const struct SensorEvents *event) in TraditionalSensorTestDataCallback() argument
122 int32_t MedicalSensorTestDataCallback(const struct SensorEvents *event) in MedicalSensorTestDataCallback() argument
[all...]
/drivers/peripheral/sensor/test/unittest/dump/
H A Dhdf_sensor_dump_test.cpp141 void HdfSensorDumpTest::OnDataEvent(const V2_0::HdfSensorEvents& event) in OnDataEvent() argument
211 V2_0::HdfSensorEvents event; in HWTEST_F() local
/drivers/peripheral/sensor/chipset/als/
H A Dals_bh1745.c242 static int32_t ReadBh1745Data(struct SensorCfgData *data, struct SensorReportEvent *event) in ReadBh1745Data() argument
/drivers/peripheral/thermal/test/unittest/
H A Dhdf_thermal_hdi_test.cpp49 (void)event; variable
65 (void)event; variable
250 HdfThermalCallbackInfo event; in HWTEST_F() local
268 HdfThermalCallbackInfo event; in HWTEST_F() local
[all...]
/drivers/peripheral/wlan/test/performance/common/
H A Dhdf_wlan_performance_test.cpp87 static int32_t HalResetCallbackEvent(uint32_t event, void *data, const char *ifName) in HalResetCallbackEvent() argument
/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp207 static int32_t HalCallbackEvent(uint32_t event, void *respData, const char *ifName) in HalCallbackEvent() argument
/drivers/hdf_core/adapter/khdf/linux/manager/src/
H A Dhdf_kevent.c174 int32_t HdfSysEventSend(uint64_t eventClass, uint32_t event, const char *content, bool sync) in HdfSysEventSend() argument
246 static int32_t KeventFbNotifierFn(struct notifier_block *nb, unsigned long event, voi argument
122 SendKevent( struct HdfKeventModule *keventModule, uint16_t class, int32_t event, const char *content, bool sync) SendKevent() argument
[all...]
/drivers/hdf_core/adapter/platform/uart/
H A Duart_gr5xx.c62 static void Uart0Callback(app_uart_evt_t *event) in Uart0Callback() argument
72 static void Uart1Callback(app_uart_evt_t *event) in Uart1Callback() argument
[all...]
/drivers/liteos/hievent/src/
H A Dhiview_hievent.c155 struct HiviewHievent *event = NULL; in HiviewHieventCreate() local
170 HiviewHieventPutIntegral(struct HiviewHievent *event, const char *key, long value) HiviewHieventPutIntegral() argument
209 HiviewHieventPutString(struct HiviewHievent *event, const char *key, const char *value) HiviewHieventPutString() argument
251 HiviewHieventSetTime(struct HiviewHievent *event, long long seconds) HiviewHieventSetTime() argument
294 HiviewHieventAddFilePath(struct HiviewHievent *event, const char *path) HiviewHieventAddFilePath() argument
384 HiviewHieventFillPayload(struct HiviewHievent *event, char **pbuf, char *tmp, int length) HiviewHieventFillPayload() argument
430 HiviewHieventConvertString(struct HiviewHievent *event, char **pbuf) HiviewHieventConvertString() argument
523 HiviewHieventDestroy(struct HiviewHievent *event) HiviewHieventDestroy() argument
[all...]
/drivers/peripheral/camera/test/common/v1_0/src/
H A Dhdi_common.cpp492 int32_t HdiCommon::TestCameraHostCallback::OnCameraEvent(const std::string& cameraId, CameraEvent event) in OnCameraEvent() argument
/drivers/peripheral/codec/test/demo/idl/src/
H A Dcodec_hdi_encode.cpp700 int32_t CodecHdiEncode::EventHandler(OHOS::HDI::Codec::V3_0::CodecEventType event, in EventHandler() argument
/drivers/peripheral/codec/test/demo/v2.0/src/
H A Dcodec_hdi_encode.cpp582 int32_t CodecHdiEncode::OnEvent(struct CodecCallbackType *self, enum OMX_EVENTTYPE event, struct EventInfo *info) in OnEvent() argument
H A Dcodec_hdi_decode.cpp650 int32_t CodecHdiDecode::OnEvent(struct CodecCallbackType *self, OMX_EVENTTYPE event, struct EventInfo *info) in OnEvent() argument

Completed in 24 milliseconds

123456