• Home
  • Raw
  • Download

Lines Matching refs:param

139                                                    uint32_t param,  in btavrcp_register_notification_callback()  argument
159 addr.get(), (jint)event_id, (jint)param); in btavrcp_register_notification_callback()
781 btrc_register_notification_t param; in registerNotificationRspPlayStatusNative() local
782 param.play_status = (btrc_play_status_t)playStatus; in registerNotificationRspPlayStatusNative()
785 BTRC_EVT_PLAY_STATUS_CHANGED, (btrc_notification_type_t)type, &param); in registerNotificationRspPlayStatusNative()
808 btrc_register_notification_t param; in registerNotificationRspTrackChangeNative() local
811 param.track[uid_idx] = trk[uid_idx]; in registerNotificationRspTrackChangeNative()
819 BTRC_EVT_TRACK_CHANGE, (btrc_notification_type_t)type, &param); in registerNotificationRspTrackChangeNative()
836 btrc_register_notification_t param; in registerNotificationRspPlayPosNative() local
837 param.song_pos = (uint32_t)playPos; in registerNotificationRspPlayPosNative()
840 BTRC_EVT_PLAY_POS_CHANGED, (btrc_notification_type_t)type, &param); in registerNotificationRspPlayPosNative()
856 btrc_register_notification_t param; in registerNotificationRspNowPlayingChangedNative() local
859 &param); in registerNotificationRspNowPlayingChangedNative()
876 btrc_register_notification_t param; in registerNotificationRspUIDsChangedNative() local
877 param.uids_changed.uid_counter = (uint16_t)uidCounter; in registerNotificationRspUIDsChangedNative()
880 BTRC_EVT_UIDS_CHANGED, (btrc_notification_type_t)type, &param); in registerNotificationRspUIDsChangedNative()
895 btrc_register_notification_t param; in registerNotificationRspAddrPlayerChangedNative() local
896 param.addr_player_changed.player_id = (uint16_t)playerId; in registerNotificationRspAddrPlayerChangedNative()
897 param.addr_player_changed.uid_counter = (uint16_t)uidCounter; in registerNotificationRspAddrPlayerChangedNative()
900 BTRC_EVT_ADDR_PLAYER_CHANGE, (btrc_notification_type_t)type, &param); in registerNotificationRspAddrPlayerChangedNative()
917 btrc_register_notification_t param; in registerNotificationRspAvalPlayerChangedNative() local
919 BTRC_EVT_AVAL_PLAYER_CHANGE, (btrc_notification_type_t)type, &param); in registerNotificationRspAvalPlayerChangedNative()