Lines Matching defs:param
140 uint32_t param,
160 addr.get(), (jint)event_id, (jint)param);
787 btrc_register_notification_t param;
788 param.play_status = (btrc_play_status_t)playStatus;
791 BTRC_EVT_PLAY_STATUS_CHANGED, (btrc_notification_type_t)type, ¶m);
814 btrc_register_notification_t param;
817 param.track[uid_idx] = trk[uid_idx];
825 BTRC_EVT_TRACK_CHANGE, (btrc_notification_type_t)type, ¶m);
842 btrc_register_notification_t param;
843 param.song_pos = (uint32_t)playPos;
846 BTRC_EVT_PLAY_POS_CHANGED, (btrc_notification_type_t)type, ¶m);
862 btrc_register_notification_t param;
865 ¶m);
882 btrc_register_notification_t param;
883 param.uids_changed.uid_counter = (uint16_t)uidCounter;
886 BTRC_EVT_UIDS_CHANGED, (btrc_notification_type_t)type, ¶m);
901 btrc_register_notification_t param;
902 param.addr_player_changed.player_id = (uint16_t)playerId;
903 param.addr_player_changed.uid_counter = (uint16_t)uidCounter;
906 BTRC_EVT_ADDR_PLAYER_CHANGE, (btrc_notification_type_t)type, ¶m);
923 btrc_register_notification_t param;
925 BTRC_EVT_AVAL_PLAYER_CHANGE, (btrc_notification_type_t)type, ¶m);