Home
last modified time | relevance | path

Searched defs:method (Results 1 – 20 of 20) sorted by relevance

/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_logger.h52 #define DRM_LOG(method, format, ...) \ argument
57 #define DRM_LOG_CONTEXT(method, format, ...) \ argument
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_logger.h52 #define DRM_LOG(method, format, ...) \ argument
57 #define DRM_LOG_CONTEXT(method, format, ...) \ argument
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_logger.h52 #define DRM_LOG(method, format, ...) \ argument
57 #define DRM_LOG_CONTEXT(method, format, ...) \ argument
/hardware/qcom/sm7250/display/libdebug/
Ddebug_handler.h35 #define DLOG(method, format, ...) \ argument
38 #define DLOG_IF(tag, method, format, ...) \ argument
/hardware/qcom/sm8150/display/libdebug/
Ddebug_handler.h35 #define DLOG(method, format, ...) \ argument
38 #define DLOG_IF(tag, method, format, ...) \ argument
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/2/android/hardware/wifi/supplicant/
DISupplicantStaNetwork.aidl102 void setEapMethod(in android.hardware.wifi.supplicant.EapMethod method); in setEapMethod()
104 void setEapPhase2Method(in android.hardware.wifi.supplicant.EapPhase2Method method); in setEapPhase2Method()
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/1/android/hardware/wifi/supplicant/
DISupplicantStaNetwork.aidl102 void setEapMethod(in android.hardware.wifi.supplicant.EapMethod method); in setEapMethod()
104 void setEapPhase2Method(in android.hardware.wifi.supplicant.EapPhase2Method method); in setEapPhase2Method()
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/current/android/hardware/wifi/supplicant/
DISupplicantStaNetwork.aidl102 void setEapMethod(in android.hardware.wifi.supplicant.EapMethod method); in setEapMethod()
104 void setEapPhase2Method(in android.hardware.wifi.supplicant.EapPhase2Method method); in setEapPhase2Method()
/hardware/interfaces/wifi/supplicant/aidl/android/hardware/wifi/supplicant/
DISupplicantStaNetwork.aidl784 void setEapMethod(in EapMethod method); in setEapMethod()
809 void setEapPhase2Method(in EapPhase2Method method); in setEapPhase2Method()
/hardware/qcom/display/msm8909/sdm/include/utils/
Ddebug.h39 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \ argument
/hardware/qcom/display/msm8998/sdm/include/utils/
Ddebug.h38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \ argument
/hardware/qcom/display/msm8996/sdm/include/utils/
Ddebug.h38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \ argument
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
Ddebug.h38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \ argument
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_info_drm.cpp78 #define PRINTLOG(method, format, buf) \ argument
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_info_drm.cpp88 #define PRINTLOG(tag, method, format, buf) \ argument
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_info_drm.cpp88 #define PRINTLOG(method, format, buf) \ argument
/hardware/libhardware/modules/camera/3_4/arc/
Dexif_utils.cpp267 bool ExifUtils::SetGpsProcessingMethod(const std::string& method) { in SetGpsProcessingMethod()
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.cpp568 bool ExifUtilsImpl::SetGpsProcessingMethod(const std::string& method) { in SetGpsProcessingMethod()
/hardware/interfaces/camera/common/default/
DExif.cpp550 bool ExifUtilsImpl::setGpsProcessingMethod(const std::string& method) { in setGpsProcessingMethod()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp4238 const char *method = params.get(KEY_GPS_PROCESSING_METHOD); in setGpsLocation() local