Searched refs:dvbtCellIds (Results 1 – 3 of 3) sorted by relevance
102 default void onDvbtCellIdsReported(@NonNull int[] dvbtCellIds) {} in onDvbtCellIdsReported() argument
2233 private void onDvbtCellIdsReported(int[] dvbtCellIds) { in onDvbtCellIdsReported() argument2239 mScanCallback.onDvbtCellIdsReported(dvbtCellIds); in onDvbtCellIdsReported()
1343 std::vector<int32_t> jintV = message.get<FrontendScanMessage::dvbtCellIds>(); in executeOnScanMessage()2862 case FrontendStatus::Tag::dvbtCellIds: { in getFrontendStatus()2864 std::vector<int32_t> ids = s.get<FrontendStatus::Tag::dvbtCellIds>(); in getFrontendStatus()