Searched defs:invalidate (Results 1 - 11 of 11) sorted by relevance

/hardware/interfaces/wifi/1.2/default/
H A Dwifi_p2p_iface.cpp35 void WifiP2pIface::invalidate() { function in class:android::hardware::wifi::V1_2::implementation::WifiP2pIface
H A Dhidl_callback_util.h102 void invalidate() { function in class:android::hardware::wifi::V1_2::implementation::hidl_callback_util::HidlCallbackHandler
H A Dwifi_ap_iface.cpp36 void WifiApIface::invalidate() { function in class:android::hardware::wifi::V1_2::implementation::WifiApIface
H A Dwifi_rtt_controller.cpp39 void WifiRttController::invalidate() { function in class:android::hardware::wifi::V1_2::implementation::WifiRttController
H A Dwifi_nan_iface.cpp499 invalidate();
503 void WifiNanIface::invalidate() { function in class:android::hardware::wifi::V1_2::implementation::WifiNanIface
510 event_cb_handler_.invalidate();
511 event_cb_handler_1_2_.invalidate();
H A Dwifi_sta_iface.cpp44 void WifiStaIface::invalidate() { function in class:android::hardware::wifi::V1_2::implementation::WifiStaIface
46 event_cb_handler_.invalidate();
H A Dwifi_chip.cpp56 iface->invalidate();
64 iface->invalidate();
326 void WifiChip::invalidate() { function in class:android::hardware::wifi::V1_2::implementation::WifiChip
332 event_cb_handler_.invalidate();
602 rtt->invalidate();
H A Dwifi_legacy_hal.cpp405 invalidate();
1386 void WifiLegacyHal::invalidate() { function in class:android::hardware::wifi::V1_2::implementation::legacy_hal::WifiLegacyHal
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcomposer.cpp358 void Hwcomposer::invalidate() function in class:android::intel::Hwcomposer
362 if (mProcs && mProcs->invalidate) {
364 mProcs->invalidate(const_cast<hwc_procs_t*>(mProcs));
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcomposer.cpp346 void Hwcomposer::invalidate() function in class:android::intel::Hwcomposer
350 if (mProcs && mProcs->invalidate) {
352 mProcs->invalidate(const_cast<hwc_procs_t*>(mProcs));
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h415 * (*invalidate)() triggers a screen refresh, in particular prepare and set
417 * NO GUARANTEE that the screen refresh will happen after invalidate()
419 * invalidate() is GUARANTEED TO NOT CALL BACK into the h/w composer HAL and
420 * it is safe to call invalidate() from any of hwc_composer_device
423 void (*invalidate)(const struct hwc_procs* procs); member in struct:hwc_procs

Completed in 176 milliseconds