Searched refs:master (Results 26 - 33 of 33) sorted by relevance

12

/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
H A Dhw_events_drm.cpp66 DRMMaster *master = nullptr; local
67 int ret = DRMMaster::GetInstance(&master);
72 master->GetHandle(&poll_fds_[i].fd);
H A Dhw_device_drm.cpp217 DRMMaster *master = nullptr; local
218 DRMMaster::GetInstance(&master);
220 if (!master) {
250 int ret = master->CreateFbId(layout, &fb_id);
263 DRMMaster *master = nullptr; local
264 DRMMaster::GetInstance(&master);
266 if (!master) {
275 int ret = master->RemoveFbId(fb_id);
710 DRMMaster *master = nullptr; local
711 int ret = DRMMaster::GetInstance(&master);
[all...]
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
H A Dhw_events_drm.cpp66 DRMMaster *master = nullptr; local
67 int ret = DRMMaster::GetInstance(&master);
72 master->GetHandle(&poll_fds_[i].fd);
H A Dhw_device_drm.cpp476 DRMMaster *master = nullptr; local
477 int ret = DRMMaster::GetInstance(&master);
491 master->GetHandle(&dev_fd);
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
H A Dhw_device_drm.cpp217 DRMMaster *master = nullptr; local
218 DRMMaster::GetInstance(&master);
220 if (!master) {
250 int ret = master->CreateFbId(layout, &fb_id);
263 DRMMaster *master = nullptr; local
264 DRMMaster::GetInstance(&master);
266 if (!master) {
275 int ret = master->RemoveFbId(fb_id);
715 DRMMaster *master = nullptr; local
716 int ret = DRMMaster::GetInstance(&master);
[all...]
/hardware/interfaces/media/omx/1.0/vts/functional/
H A DREADME.md4 The scope of the tests presented here is not restricted solely to testing omx hal @ 1.0 API but also test to omx core functionality and to an extent omx components as well. The current directory contains the following folders: audio, common, component, master and video. Besides common all other folders contain test fixtures for testing AV decoder, encoder components. Common constitutes files that are used across by these test applications.
6 #### master :
7 Functionality of master is to enumerate all the omx components (and the roles it supports) available in android media framework.
/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraFOVControl.cpp124 // Initialize the master info to main camera
672 * coming from the master camera. If aux camera is master, the
683 * based on which one was the master. In case of failure, it returns NULL.
700 // Get master camera hint
702 uint8_t master = spatialAlignOutput->master_hint; local
703 if (master == CAM_ROLE_WIDE) {
705 } else if (master == CAM_ROLE_TELE) {
710 // Get master camera used for the preview in the frame corresponding to this metadata
712 uint8_t master local
724 uint8_t master = spatialAlignOutput->master_3A; local
[all...]
/hardware/intel/common/libmix/mix_audio/src/
H A Dintel_sst_ioctl.h243 __u8 master; member in struct:snd_sst_slot_info

Completed in 139 milliseconds

12