Home
last modified time | relevance | path

Searched refs:mHandlers (Results 1 – 8 of 8) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dtwt.cpp70 TwtCallbackHandler mHandlers; member in TwtHandle
71 TwtHandle(wifi_handle handle, TwtCallbackHandler handlers):mHandlers(handlers) in TwtHandle()
149 GET_TWT_HANDLE(twt_info)->mHandlers.EventTwtSetupResponse(&setup_response); in EventGetAttributeData()
179 GET_TWT_HANDLE(twt_info)->mHandlers.EventTwtTeardownCompletion(&teardown_event); in EventGetAttributeData()
213 GET_TWT_HANDLE(twt_info)->mHandlers.EventTwtInfoFrameReceived(&info_frame_event); in EventGetAttributeData()
231 GET_TWT_HANDLE(twt_info)->mHandlers.EventTwtDeviceNotify(&notif_event); in EventGetAttributeData()
Dnan.cpp611 NanCallbackHandler mHandlers; member in NanHandle
612 NanHandle(wifi_handle handle, NanCallbackHandler handlers):mHandlers(handlers) in NanHandle()
637 GET_NAN_HANDLE(info)->mHandlers.EventMatchExpired(&expired_event); in HandleExpiryEvent()
1345 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(id(), &rsp_data); in handleResponse()
1431 GET_NAN_HANDLE(info)->mHandlers.EventPairingRequest(&pairing_request_event); in handleEvent()
1537 GET_NAN_HANDLE(info)->mHandlers.EventPairingConfirm(&pairing_confirm_event); in handleEvent()
1592 GET_NAN_HANDLE(info)->mHandlers.EventBootstrappingRequest(&bs_request_event); in handleEvent()
1643 GET_NAN_HANDLE(info)->mHandlers.EventBootstrappingConfirm(&bs_confirm_event); in handleEvent()
2862 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(id(), &rsp_data); in handleResponse()
2902 GET_NAN_HANDLE(info)->mHandlers.EventPublishTerminated(&pub_term_event); in handleEvent()
[all …]
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dtwt.cpp70 TwtCallbackHandler mHandlers; member in TwtHandle
71 TwtHandle(wifi_handle handle, TwtCallbackHandler handlers):mHandlers(handlers) in TwtHandle()
150 GET_TWT_HANDLE(twt_info)->mHandlers.EventTwtSetupResponse(&setup_response); in EventGetAttributeData()
180 GET_TWT_HANDLE(twt_info)->mHandlers.EventTwtTeardownCompletion(&teardown_event); in EventGetAttributeData()
214 GET_TWT_HANDLE(twt_info)->mHandlers.EventTwtInfoFrameReceived(&info_frame_event); in EventGetAttributeData()
232 GET_TWT_HANDLE(twt_info)->mHandlers.EventTwtDeviceNotify(&notif_event); in EventGetAttributeData()
Dnan.cpp541 NanCallbackHandler mHandlers; member in NanHandle
542 NanHandle(wifi_handle handle, NanCallbackHandler handlers):mHandlers(handlers) in NanHandle()
566 GET_NAN_HANDLE(info)->mHandlers.EventMatchExpired(&expired_event); in HandleExpiryEvent()
1544 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(id(), &rsp_data); in handleResponse()
1583 GET_NAN_HANDLE(info)->mHandlers.EventPublishTerminated(&pub_term_event); in handleEvent()
1676 GET_NAN_HANDLE(info)->mHandlers.EventMatch(&subscribe_event); in handleEvent()
1706 GET_NAN_HANDLE(info)->mHandlers.EventSubscribeTerminated(&sub_term_event); in handleEvent()
1735 GET_NAN_HANDLE(info)->mHandlers.EventFollowup(&followup_event); in handleEvent()
1755 GET_NAN_HANDLE(info)->mHandlers.EventTransmitFollowup(&followup_ind); in handleEvent()
1776 GET_NAN_HANDLE(info)->mHandlers.EventPublishReplied(&pub_reply_event); in handleEvent()
[all …]
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp574 mHandlers[RotationVector] = &MPLSensor::rvHandler; in MPLSensor()
576 mHandlers[RotationVector] = &MPLSensor::grvHandler; in MPLSensor()
578 mHandlers[GameRotationVector] = &MPLSensor::grvHandler; in MPLSensor()
579 mHandlers[LinearAccel] = &MPLSensor::laHandler; in MPLSensor()
580 mHandlers[Gravity] = &MPLSensor::gravHandler; in MPLSensor()
582 mHandlers[Gyro] = &MPLSensor::gyroHandler; in MPLSensor()
584 mHandlers[Gyro] = &MPLSensor::rawGyroHandler; in MPLSensor()
586 mHandlers[RawGyro] = &MPLSensor::rawGyroHandler; in MPLSensor()
587 mHandlers[Accelerometer] = &MPLSensor::accelHandler; in MPLSensor()
589 mHandlers[MagneticField] = &MPLSensor::compassHandler; in MPLSensor()
[all …]
DMPLSensor.h389 hfunc_t mHandlers[NumSensors]; variable
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp513 mHandlers[RotationVector] = &MPLSensor::rvHandler; in MPLSensor()
514 mHandlers[GameRotationVector] = &MPLSensor::grvHandler; in MPLSensor()
515 mHandlers[LinearAccel] = &MPLSensor::laHandler; in MPLSensor()
516 mHandlers[Gravity] = &MPLSensor::gravHandler; in MPLSensor()
517 mHandlers[Gyro] = &MPLSensor::gyroHandler; in MPLSensor()
518 mHandlers[RawGyro] = &MPLSensor::rawGyroHandler; in MPLSensor()
519 mHandlers[Accelerometer] = &MPLSensor::accelHandler; in MPLSensor()
520 mHandlers[MagneticField] = &MPLSensor::compassHandler; in MPLSensor()
521 mHandlers[RawMagneticField] = &MPLSensor::rawCompassHandler; in MPLSensor()
522 mHandlers[Orientation] = &MPLSensor::orienHandler; in MPLSensor()
[all …]
DMPLSensor.h371 hfunc_t mHandlers[NumSensors]; variable