Searched refs:offset_ptr (Results 1 – 2 of 2) sorted by relevance
| /system/dev/audio/usb-audio/ |
| A D | usb-audio-units.cpp | 18 static inline const T* offset_ptr(const U* p, size_t offset) { in offset_ptr() function 152 auto hdr1 = offset_ptr<usb_audio_ac_mixer_unit_desc_1>(hdr0, off); in Create() 168 auto hdr2 = offset_ptr<usb_audio_ac_mixer_unit_desc_2>(hdr0, off2); in Create() 193 auto hdr1 = offset_ptr<usb_audio_ac_selector_unit_desc_1>(hdr0, off); in Create() 264 auto hdr1 = offset_ptr<usb_audio_ac_feature_unit_desc_1>(hdr0, off); in Create() 529 auto hdr1 = offset_ptr<usb_audio_ac_processing_unit_desc_1>(hdr0, off); in Create() 532 auto hdr2 = offset_ptr<usb_audio_ac_processing_unit_desc_2>(hdr0, off); in Create() 567 auto hdr1 = offset_ptr<usb_audio_ac_extension_unit_desc_1>(hdr0, off); in Create() 570 auto hdr2 = offset_ptr<usb_audio_ac_extension_unit_desc_2>(hdr0, off); in Create()
|
| /system/dev/ethernet/dwmac/ |
| A D | dwmac.cpp | 36 static inline T* offset_ptr(U* ptr, size_t offset) { in offset_ptr() function 138 dwdma_regs_ = offset_ptr<dw_dma_regs_t>(dwmac_regs_, DW_DMA_BASE_OFFSET); in InitPdev()
|
Completed in 11 milliseconds