Searched refs:map (Results 1 - 25 of 113) sorted by relevance

12345

/hardware/intel/common/libmix/mix_audio/tests/smoke/
H A Dmixaudiosmoke.c52 MixAudioConfigParams *map = mix_acp_new(); local
53 if (MIX_IS_AUDIOCONFIGPARAMS(map))
58 mix_acp_unref(map);
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
H A DPnwGrallocBufferMapper.cpp35 bool PnwGrallocBufferMapper::map() function in class:android::intel::PnwGrallocBufferMapper
37 // TODO: implement map
H A DPnwGrallocBufferMapper.h31 bool map();
/hardware/interfaces/bluetooth/1.0/default/
H A Dasync_fd_watcher.h19 #include <map>
56 std::map<int, ReadCallback> watched_fds_;
/hardware/interfaces/drm/1.0/vts/functional/
H A Dvendor_modules.h20 #include <map>
52 std::map<std::string, std::unique_ptr<SharedLibrary>> mOpenLibraries;
H A Ddrm_hal_vendor_module_api.h21 #include <map>
166 const std::map<std::string, std::string> optionalParameters;
/hardware/interfaces/light/2.0/default/
H A DLight.h24 #include <map>
43 Light(std::map<Type, light_device_t*> &&lights);
50 std::map<Type, light_device_t*> mLights;
H A DLight.cpp44 Light::Light(std::map<Type, light_device_t*> &&lights)
99 const static std::map<Type, const char*> kLogicalLights = {
134 std::map<Type, light_device_t*> lights;
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_events.h31 #include <map>
40 using std::map;
74 map<HWEvent, const char *> map_event_to_node_ = {};
H A Dhw_scale.h33 #include <map>
75 std::map<uint32_t, mdp_scale_data_v2> dest_scale_data_v2_ = {};
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngGrallocBufferMapper.h32 bool map();
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DTTMBufferMapper.h31 bool map();
H A DGrallocBufferMapperBase.h31 virtual bool map() = 0;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
H A DTngGrallocBufferMapper.h31 bool map();
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Ddisplay_hdmi.h29 #include <map>
65 std::map<LayerBufferS3DFormat, HWS3DMode> s3d_format_to_mode_;
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Ddisplay_hdmi.h29 #include <map>
64 std::map<LayerBufferS3DFormat, HWS3DMode> s3d_format_to_mode_;
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DSubscriptionManager.h21 #include <map>
58 std::map<int32_t, SubscribeOptions> mSubscriptions;
167 std::map<ClientId, sp<HalClient>> mClients;
168 std::map<int32_t, sp<HalClientVector>> mPropToClients;
169 std::map<int32_t, SubscribeOptions> mHalEventSubscribeOptions;
/hardware/intel/common/libmix/videoencoder/
H A DIntelMetadataBuffer.cpp68 ShareMemMap* map = new ShareMemMap;
69 map->sessionflag = sessionflag;
70 map->type = type;
71 map->value_backup = value;
72 map->membase = NULL;
73 map->gbuffer= NULL;
87 delete map;
91 map->value = (intptr_t)( mem->pointer() + 0x0FFF) & ~0x0FFF;
92 map->membase = mem;
96 heap->getHeapID(), mem->pointer(), *((intptr_t *)(mem->pointer())), map
276 ShareMemMap* map = ReadMemObjFromBinder(data, sessionflag, value); local
[all...]
/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.h27 #include <map>
127 std::map<int, Camera3Stream> mStreamMap;
131 std::map<std::pair<int, uint32_t>, camera3_stream_buffer_t> mInflightBuffers;
134 std::map<uint32_t, AETriggerCancelOverride> mInflightAETriggerOverrides;
136 std::map<uint32_t, bool> mInflightRawBoostPresent;
145 // Stream ID -> circulating buffers map
146 std::map<int, CirculatingBuffers> mCirculatingBuffers;
207 std::map<uint32_t, MetadataBatch> mResultMds;
/hardware/intel/img/hwcomposer/merrifield/include/
H A DBufferMapper.h49 // map the given buffer into both DC & CPU MMU
50 virtual bool map() = 0;
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DGrallocBufferMapperBase.h31 virtual bool map() = 0;
H A DTTMBufferMapper.h31 bool map();
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DBufferMapper.h49 // map the given buffer into both DC & CPU MMU
50 virtual bool map() = 0;
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_hdmi.h29 #include <map>
95 std::map<HWS3DMode, msm_hdmi_s3d_mode> s3d_mode_sdm_to_mdp_;
H A Dhw_scale.h33 #include <map>
75 std::map<uint32_t, mdp_scale_data_v2> dest_scale_data_v2_ = {};

Completed in 2987 milliseconds

12345