Home
last modified time | relevance | path

Searched refs:channelId (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish/radio/RadioConfig/src/com/android/emulator/radio/config/
DMeterService.java42 private String createNotificationChannel(String channelId, String channelName) { in createNotificationChannel() argument
44 new NotificationChannel(channelId, channelName, NotificationManager.IMPORTANCE_LOW); in createNotificationChannel()
48 return channelId; in createNotificationChannel()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DNotificationCenter.java130 private void ensureNotificationChannel(String channelId, in ensureNotificationChannel() argument
132 if (mNotificationManager.getNotificationChannel(channelId) != null) { in ensureNotificationChannel()
135 NotificationChannel channel = new NotificationChannel(channelId, name, importance); in ensureNotificationChannel()
/device/google/coral-kernel/sm8150/kernel-headers/linux/mfd/adnc/
Diaxxx-sysid-defs.h231 #define IAXXX_SYSID_GEN_CHANNEL_SYSID(channelId,dir,index) \ argument
233 (((channelId) << IAXXX_SYSID_POS_CHANNEL_ID) & IAXXX_SYSID_MASK_CHANNEL_ID) | \
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/mfd/adnc/
Diaxxx-sysid-defs.h820 #define IAXXX_SYSID_GEN_CHANNEL_SYSID(channelId, dir, index) \ argument
823 (((channelId) << IAXXX_SYSID_POS_CHANNEL_ID) \
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp485 Return<void> iccCloseLogicalChannel(int32_t serial, int32_t channelId);
2724 Return<void> RadioImpl_1_6::iccCloseLogicalChannel(int32_t serial, int32_t channelId) { in iccCloseLogicalChannel() argument
2728 dispatchInts(serial, mSlotId, RIL_REQUEST_SIM_CLOSE_CHANNEL, 1, channelId); in iccCloseLogicalChannel()
9180 int channelId = -1; in iccOpenLogicalChannelResponse() local
9190 channelId = pInt[0]; in iccOpenLogicalChannelResponse()
9198 channelId, selectResponse); in iccOpenLogicalChannelResponse()