Home
last modified time | relevance | path

Searched refs:props (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DSubscriptionManager.cpp78 std::vector<int32_t> props; in getSubscribedProperties() local
81 props.push_back(subscription.first); in getSubscribedProperties()
83 return props; in getSubscribedProperties()
278 std::vector<int32_t> props; in onCallbackDead() local
286 props = halClient->getSubscribedProperties(); in onCallbackDead()
289 for (int32_t propId : props) { in onCallbackDead()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DDrm.cpp534 drmModePropertyPtr props; in setDpmsMode() local
536 props = drmModeGetProperty(mDrmFd, out->connector->props[i]); in setDpmsMode()
537 if (!props) { in setDpmsMode()
541 if (strcmp(props->name, "DPMS") == 0) { in setDpmsMode()
545 props->prop_id, in setDpmsMode()
549 drmModeFreeProperty(props); in setDpmsMode()
557 drmModeFreeProperty(props); in setDpmsMode()
/hardware/interfaces/audio/effect/2.0/vts/functional/
DVtsHalAudioEffectV2_0TargetTest.cpp765 AllProperties props; in TEST_F() local
766 props.bandLevels.resize(numBands); in TEST_F()
768 props.bandLevels[i] = 0; in TEST_F()
775 props.curPreset = -1; in TEST_F()
776 Return<Result> ret = equalizer->setAllProperties(props); in TEST_F()
788 EXPECT_EQ(props.bandLevels, actualProps.bandLevels); in TEST_F()
791 props.curPreset = 0; // Assuming there is at least one preset. in TEST_F()
792 ret = equalizer->setAllProperties(props); in TEST_F()
803 EXPECT_EQ(props.curPreset, actualProps.curPreset); in TEST_F()
/hardware/interfaces/audio/effect/4.0/vts/functional/
DVtsHalAudioEffectV4_0TargetTest.cpp768 AllProperties props; in TEST_F() local
769 props.bandLevels.resize(numBands); in TEST_F()
771 props.bandLevels[i] = 0; in TEST_F()
778 props.curPreset = -1; in TEST_F()
779 Return<Result> ret = equalizer->setAllProperties(props); in TEST_F()
791 EXPECT_EQ(props.bandLevels, actualProps.bandLevels); in TEST_F()
794 props.curPreset = 0; // Assuming there is at least one preset. in TEST_F()
795 ret = equalizer->setAllProperties(props); in TEST_F()
806 EXPECT_EQ(props.curPreset, actualProps.curPreset); in TEST_F()
/hardware/intel/img/psb_video/src/x11/
Dpsb_xrandr.c98 Atom *props; in psb_xrandr_hdmi_property() local
107props = XRRListOutputProperties(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, &… in psb_xrandr_hdmi_property()
108 if (!props) { in psb_xrandr_hdmi_property()
116 … XRRGetOutputProperty(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, props[i], in psb_xrandr_hdmi_property()
120 … XRRQueryOutputProperty(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, props[i]); in psb_xrandr_hdmi_property()
122 …"Xrandr: get output %08x prop %08x failed\n", psb_xrandr_info->extend_output->output_id, props[i]); in psb_xrandr_hdmi_property()
126 prop_name = XGetAtomName(psb_xrandr_info->dpy, props[i]); in psb_xrandr_hdmi_property()
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicle.hal35 getPropConfigs(vec<int32_t> props)