/hardware/intel/common/libmix/mix_audio/tests/smoke/ |
H A D | mixaudiosmoke.c | 52 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 D | PnwGrallocBufferMapper.cpp | 35 bool PnwGrallocBufferMapper::map() function in class:android::intel::PnwGrallocBufferMapper 37 // TODO: implement map
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
H A D | TTMBufferMapper.cpp | 39 bool TTMBufferMapper::map() function in class:android::intel::TTMBufferMapper 52 ETRACE("failed to map TTM buffer");
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
H A D | TTMBufferMapper.cpp | 39 bool TTMBufferMapper::map() function in class:android::intel::TTMBufferMapper 52 ELOGTRACE("failed to map TTM buffer");
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
H A D | TngGrallocBufferMapper.cpp | 114 bool TngGrallocBufferMapper::map() function in class:android::intel::TngGrallocBufferMapper 130 ETRACE("failed to map. err = %d", err); 139 // map to gtt 142 VTRACE("failed to map %d into gtt", i); 207 // need support from DDK to map khandle 244 ETRACE("failed to map. err = %d", err);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
H A D | TngGrallocBufferMapper.cpp | 114 bool TngGrallocBufferMapper::map() function in class:android::intel::TngGrallocBufferMapper 130 ELOGTRACE("failed to map. err = %d", err); 139 // map to gtt 142 VLOGTRACE("failed to map %d into gtt", i); 207 // need support from DDK to map khandle 244 ELOGTRACE("failed to map. err = %d", err);
|
/hardware/intel/common/libwsbm/src/ |
H A D | wsbm_pool.h | 58 int (*map) (struct _WsbmBufStorage * buf, unsigned mode, void **virtual); member in struct:_WsbmBufferPool
|
H A D | wsbm_userpool.c | 77 void *map; member in struct:_WsbmUserBuffer 188 memcpy(WSBM_USER_ALIGN_SYSMEM(vBuf->sysmem), vBuf->map, vBuf->size); 191 vBuf->map = WSBM_USER_ALIGN_SYSMEM(vBuf->sysmem); 231 vBuf->map = (void *)(p->agpMap + vBuf->node->start); 245 vBuf->map = (void *)(p->vramMap + vBuf->node->start); 259 vBuf->map = WSBM_USER_ALIGN_SYSMEM(vBuf->sysmem); 325 vBuf->map = (void *)(p->agpMap + vBuf->node->start); 326 memcpy(vBuf->map, WSBM_USER_ALIGN_SYSMEM(vBuf->sysmem), 345 vBuf->map = (void *)(p->vramMap + vBuf->node->start); 346 memcpy(vBuf->map, WSBM_USER_ALIGN_SYSME [all...] |
/hardware/intel/img/hwcomposer/merrifield/common/buffers/ |
H A D | BufferManager.cpp | 146 BufferMapper* BufferManager::map(DataBuffer& buffer) function in class:android::intel::BufferManager 169 ret = mapper->map(); 171 ETRACE("failed to map");
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/ |
H A D | BufferManager.cpp | 146 BufferMapper* BufferManager::map(DataBuffer& buffer) function in class:android::intel::BufferManager 169 ret = mapper->map(); 171 ELOGTRACE("failed to map");
|
/hardware/intel/common/libmix/videoencoder/ |
H A D | IntelMetadataBuffer.cpp | 68 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...] |
H A D | VideoEncoderBase.cpp | 1565 VASurfaceMap *map = new VASurfaceMap(mVADisplay, mSupportedSurfaceMemType); local 1566 if (map == NULL) { 1571 map->setVASurface(surface); //special case, vasuface is set, so nothing do in doMapping 1572 // map->setType(MetadataBufferTypeEncoder); 1573 map->setValue((intptr_t)*usrptr); 1585 map->setValueInfo(vinfo); 1586 map->doMapping(); 1588 mSrcSurfaceMapList.push_back(map); 1610 VASurfaceMap *map = new VASurfaceMap(mVADisplay, mSupportedSurfaceMemType); local 1612 // map 1650 VASurfaceMap *map = NULL; local [all...] |
/hardware/qcom/audio/hal/audio_extn/ |
H A D | sndmonitor.c | 574 Hashmap * map = sndmonitor.listeners; local 575 hashmapLock(map); 576 hashmapPut(map, stream, cb); 577 hashmapUnlock(map); 583 Hashmap * map = sndmonitor.listeners; local 584 hashmapLock(map); 585 hashmapRemove(map, stream); 586 hashmapUnlock(map);
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 229 void MDPComp::FrameInfo::map() { function in class:qhwc::MDPComp::FrameInfo 754 mCurrentFrame.map(); 782 mCurrentFrame.map();
|
/hardware/interfaces/drm/1.0/vts/functional/ |
H A D | drm_hal_vendor_test.cpp | 74 using std::map; 326 KeyedVector toHidlKeyedVector(const map<string, string>& params); 423 const map<string, string>& params) { 422 toHidlKeyedVector( const map<string, string>& params) argument
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 256 void MDPComp::FrameInfo::map() { function in class:qhwc::MDPComp::FrameInfo 1315 mCurrentFrame.map();
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 273 void MDPComp::FrameInfo::map() { function in class:qhwc::MDPComp::FrameInfo 1493 mCurrentFrame.map();
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 315 void MDPComp::FrameInfo::map() { function in class:qhwc::MDPComp::FrameInfo 1790 mCurrentFrame.map();
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
H A D | bcmutils.c | 878 unsigned long map[8]; local 887 /* Clear control map */ 889 map[count] = 0; 894 map[*delimiters >> 5] |= (1 << (*delimiters & 31)); 904 while (((map[*str >> 5] & (1 << (*str & 31))) && *str) || (*str == ' ')) { 914 if (map[*str >> 5] & (1 << (*str & 31))) {
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 339 void MDPComp::FrameInfo::map() { function in class:qhwc::MDPComp::FrameInfo 1815 mCurrentFrame.map();
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
H A D | QCameraParameters.cpp | 1213 * DESCRIPTION: create string obj contains array of values from map when matched 1219 * @map : map contains the mapping between values and enums 1220 * @map_len : size of the map 1225 const valuesType *values, size_t len, const mapType *map, size_t map_len) 1232 if (map[j].val == values[i]) { 1233 if (NULL != map[j].desc) { 1237 str.append(map[j].desc); 1249 * DESCRIPTION: create string obj contains array of values directly from map 1252 * @map 1224 createValuesString( const valuesType *values, size_t len, const mapType *map, size_t map_len) argument 1257 createValuesStringFromMap( const mapType *map, size_t map_len) argument 1317 createHfrValuesString(const cam_hfr_info_t *values, size_t len, const QCameraMap<cam_hfr_mode_t> *map, size_t map_len) argument [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
H A D | 802.11.h | 548 #define DOT11_MEASURE_BASIC_MAP_BSS ((uint8)(1<<0)) /* d11 measurement basic map BSS */ 549 #define DOT11_MEASURE_BASIC_MAP_OFDM ((uint8)(1<<1)) /* d11 measurement map OFDM */ 550 #define DOT11_MEASURE_BASIC_MAP_UKNOWN ((uint8)(1<<2)) /* d11 measurement map unknown */ 551 #define DOT11_MEASURE_BASIC_MAP_RADAR ((uint8)(1<<3)) /* d11 measurement map radar */ 552 #define DOT11_MEASURE_BASIC_MAP_UNMEAS ((uint8)(1<<4)) /* d11 measurement map unmeasuremnt */ 581 uint8 map; member in struct:dot11_meas_rep::__anon64::__anon65 595 uint8 map; member in struct:dot11_meas_rep_basic 612 uint8 map; member in struct:chan_map_tuple 621 chan_map_tuple_t map[1]; member in struct:dot11_ibss_dfs 1255 #define DOT11_MNG_QOS_MAP_ID 110 /* 11u QoS map se [all...] |