Home
last modified time | relevance | path

Searched defs:getInfo (Results 1 – 11 of 11) sorted by relevance

/hardware/google/pixel/powerstats/include/dataproviders/
DPowerStatsEnergyConsumer.h65 std::pair<EnergyConsumerType, std::string> getInfo() override { return {kType, kName}; } in getInfo() function
/hardware/interfaces/power/stats/aidl/default/
DFakeStateResidencyDataProvider.h55 std::unordered_map<std::string, std::vector<State>> getInfo() override { in getInfo() function
/hardware/google/pixel/powerstats/dataproviders/
DWlanStateResidencyDataProvider.cpp100 std::unordered_map<std::string, std::vector<State>> WlanStateResidencyDataProvider::getInfo() { in getInfo() function in aidl::android::hardware::power::stats::WlanStateResidencyDataProvider
DDisplayStateResidencyDataProvider.cpp91 std::unordered_map<std::string, std::vector<State>> DisplayStateResidencyDataProvider::getInfo() { in getInfo() function in aidl::android::hardware::power::stats::DisplayStateResidencyDataProvider
DPixelStateResidencyDataProvider.cpp99 std::unordered_map<std::string, std::vector<State>> PixelStateResidencyDataProvider::getInfo() { in getInfo() function in aidl::android::hardware::power::stats::PixelStateResidencyDataProvider
DGenericStateResidencyDataProvider.cpp189 std::unordered_map<std::string, std::vector<State>> GenericStateResidencyDataProvider::getInfo() { in getInfo() function in aidl::android::hardware::power::stats::GenericStateResidencyDataProvider
/hardware/google/av/media/eco/tests/
DEcoSessionTest.cpp234 bool getInfo = false; in TEST_F() local
562 bool getInfo = false; in TEST_F() local
/hardware/libhardware/modules/camera/3_4/
Dcamera.cpp92 int Camera::getInfo(struct camera_info *info) in getInfo() function in default_camera_hal::Camera
/hardware/libhardware/modules/usbcamera/
DCamera.cpp148 int Camera::getInfo(struct camera_info *info) { in getInfo() function in usb_camera_hal::Camera
/hardware/libhardware/modules/camera/3_0/
DCamera.cpp99 int Camera::getInfo(struct camera_info *info) in getInfo() function in default_camera_hal::Camera
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp690 const HWC2OnFbAdapter::Info& HWC2OnFbAdapter::getInfo() const { in getInfo() function in android::HWC2OnFbAdapter