Home
last modified time | relevance | path

Searched refs:getInfo (Results 1 – 25 of 28) sorted by relevance

12

/hardware/google/av/media/eco/tests/
DEcoSessionTest.cpp253 bool getInfo = false; in TEST_F() local
257 [&info, &getInfo](const ::android::media::eco::ECOData& newInfo) { in TEST_F()
258 getInfo = true; in TEST_F()
271 EXPECT_TRUE(getInfo); in TEST_F()
304 getInfo = false; in TEST_F()
308 EXPECT_TRUE(getInfo); in TEST_F()
338 getInfo = false; in TEST_F()
342 EXPECT_FALSE(getInfo); in TEST_F()
349 getInfo = false; in TEST_F()
355 EXPECT_TRUE(getInfo); in TEST_F()
[all …]
/hardware/google/pixel/powerstats/include/dataproviders/
DWlanStateResidencyDataProvider.h36 std::unordered_map<std::string, std::vector<State>> getInfo() override;
DDisplayStateResidencyDataProvider.h48 std::unordered_map<std::string, std::vector<State>> getInfo() override;
DGenericStateResidencyDataProvider.h67 std::unordered_map<std::string, std::vector<State>> getInfo() override;
DPowerStatsEnergyConsumer.h65 std::pair<EnergyConsumerType, std::string> getInfo() override { return {kType, kName}; } in getInfo() function
DPixelStateResidencyDataProvider.h44 std::unordered_map<std::string, std::vector<State>> getInfo() override;
/hardware/google/gfxstream/guest/mesa/include/CL/
Dopencl.hpp1645 getInfo(Func f, cl_uint name, T* param) in CL_HPP_DECLARE_PARAM_TRAITS_()
1670 getInfo(Func f, const Arg0& arg0, cl_uint name, T* param) in getInfo() function
1678 getInfo(Func f, const Arg0& arg0, const Arg1& arg1, cl_uint name, T* param) in getInfo() function
2258 cl_int getInfo(cl_device_info name, T* param) const in getInfo() function in cl::Device
2261 detail::getInfo(&::clGetDeviceInfo, object_, name, param), in getInfo()
2268 getInfo(cl_int* err = NULL) const in getInfo() function in cl::Device
2272 cl_int result = getInfo(name, &param); in getInfo()
2591 cl_int getInfo(cl_platform_info name, T* param) const in getInfo() function in cl::Platform
2594 detail::getInfo(&::clGetPlatformInfo, object_, name, param), in getInfo()
2601 getInfo(cl_int* err = NULL) const in getInfo() function in cl::Platform
[all …]
Dcl.hpp1598 getInfo(Func f, cl_uint name, T* param) in __CL_DECLARE_PARAM_TRAITS()
1623 getInfo(Func f, const Arg0& arg0, cl_uint name, T* param) in getInfo() function
1631 getInfo(Func f, const Arg0& arg0, const Arg1& arg1, cl_uint name, T* param) in getInfo() function
2111 cl_int getInfo(cl_device_info name, T* param) const in getInfo() function in cl::Device
2114 detail::getInfo(&::clGetDeviceInfo, object_, name, param), in getInfo()
2121 getInfo(cl_int* err = NULL) const in getInfo() function in cl::Device
2125 cl_int result = getInfo(name, &param); in getInfo()
2227 cl_int getInfo(cl_platform_info name, STRING_CLASS* param) const in getInfo() function in cl::Platform
2230 detail::getInfo(&::clGetPlatformInfo, object_, name, param), in getInfo()
2237 getInfo(cl_int* err = NULL) const in getInfo() function in cl::Platform
[all …]
/hardware/google/pixel/powerstats/include/
DPowerStatsAidl.h37 virtual std::unordered_map<std::string, std::vector<State>> getInfo() = 0;
45 virtual std::pair<EnergyConsumerType, std::string> getInfo() = 0;
/hardware/libhardware/modules/camera/3_0/
DCamera.h42 int getInfo(struct camera_info *info);
DCameraHAL.cpp79 return mCameras[id]->getInfo(info); in getCameraInfo()
/hardware/libhardware/modules/usbcamera/
DCamera.h46 int getInfo(struct camera_info *info);
DCameraHAL.cpp84 return mCameras[id]->getInfo(info); in getCameraInfo()
/hardware/interfaces/power/stats/aidl/default/
DFakeStateResidencyDataProvider.h55 std::unordered_map<std::string, std::vector<State>> getInfo() override { in getInfo() function
DPowerStats.h36 virtual std::unordered_map<std::string, std::vector<State>> getInfo() = 0;
DPowerStats.cpp35 auto info = p->getInfo(); in addStateResidencyDataProvider()
/hardware/libhardware/modules/camera/3_4/
Dcamera.h49 int getInfo(struct camera_info *info);
Dv4l2_camera_hal.cpp128 return mCameras[id]->getInfo(info); in getCameraInfo()
/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/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
DHWC2OnFbAdapter.h57 const Info& getInfo() const;
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp98 const auto& info = adapter.getInfo(); in getDisplayNameHook()
213 const auto& info = adapter.getInfo(); in getClientTargetSupportHook()
268 const auto& info = adapter.getInfo(); in getDisplayAttributeHook()
690 const HWC2OnFbAdapter::Info& HWC2OnFbAdapter::getInfo() const { in getInfo() function in android::HWC2OnFbAdapter
/hardware/google/pixel/powerstats/
DPowerStatsAidl.cpp43 auto info = p->getInfo(); in addStateResidencyDataProvider()
118 std::pair<EnergyConsumerType, std::string> info = p->getInfo(); in addEnergyConsumer()

12