Home
last modified time | relevance | path

Searched refs:msgTypeEnabled (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.h152 int msgTypeEnabled(int32_t msgType);
DCameraHardwareInterface.cpp500 int CameraHardwareInterface::msgTypeEnabled(int32_t msgType) in msgTypeEnabled() function in android::CameraHardwareInterface
504 return mHidlDevice->msgTypeEnabled(msgType); in msgTypeEnabled()