Home
last modified time | relevance | path

Searched defs:hn (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationHistoryAdapter.java82 final HistoricalNotification hn = mValues.get(position); in onBindViewHolder() local
145 HistoricalNotification hn = mValues.remove(position); in onItemSwipeDeleted() local
DHistoryLoader.java56 HistoricalNotification hn = history.getNextNotification(); in load() local
/packages/modules/Bluetooth/system/embdrv/lc3/src/
Dltpf_neon.h60 const int16_t *hn = h[i & 3]; in neon_resample_16k_12k8() local
101 const int16_t *hn = h[i & 1]; in neon_resample_32k_12k8() local
159 const int16_t *hn = h[i & 3]; in neon_resample_48k_12k8() local
Dltpf_arm.h56 const int16x2_t *hn = h + (i % (2*p)) * (48 / p); in arm_resample_x64k_12k8() local
87 const int16x2_t *hn = h + (i % (2*p)) * (128 / p); in arm_resample_x192k_12k8() local
Dltpf.c191 const int16_t *hn = h + (i % p) * w; in resample_x64k_12k8() local
235 const int16_t *hn = h + (i % p) * w; in resample_x192k_12k8() local
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpPacket.java817 final String hn = getHostname(); in addCommonClientTlvs() local