Searched defs:messages (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/tools/streaming_proto/java/
H A Dmain.cpp159 const vector<EnumDescriptorProto>& enums, const vector<DescriptorProto>& messages)
194 N = messages.size();
196 write_message(text, messages[i], indented);
222 vector<DescriptorProto> messages; local
226 true, enums, messages);
234 vector<DescriptorProto> messages; local
235 messages.push_back(file_descriptor.message_type(i));
239 false, enums, messages);
254 vector<DescriptorProto> messages; local
257 messages
157 write_file(CodeGeneratorResponse* response, const FileDescriptorProto& file_descriptor, const string& filename, bool generate_outer, const vector<EnumDescriptorProto>& enums, const vector<DescriptorProto>& messages) argument
[all...]
/frameworks/base/media/native/midi/
H A Dmidi.cpp76 * boundaries, and delivers messages in the order that they were sent.
152 ssize_t AMIDI_receive(AMIDI_OutputPort *outputPort, AMIDI_Message *messages, ssize_t maxMessages) { argument
170 AMIDI_Message *message = &messages[messagesRead];
/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
H A DUpstreamNetworkMonitorTest.java595 public final ArrayList<Message> messages = new ArrayList<>(); field in class:UpstreamNetworkMonitorTest.TestStateMachine
599 @Override public void enter() { messages.clear(); }
601 @Override public void exit() { messages.clear(); }
604 messages.add(msg);
/frameworks/av/media/libmedia/
H A DIOMX.cpp986 virtual void onMessages(const std::list<omx_message> &messages) { argument
988 std::list<omx_message>::const_iterator it = messages.cbegin();
989 if (messages.empty()) {
993 while (it != messages.cend()) {
1016 std::list<omx_message> messages; local
1020 if (haveFence < 0) { // we use -1 to mark end of messages
1028 messages.push_back(msg);
1032 onMessages(messages);
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp58 void onMessages(const std::list<omx_message> &messages) override;
65 void Harness::CodecObserver::onMessages(const std::list<omx_message> &messages) { argument
66 mHarness->handleMessages(mGeneration, messages);
94 void Harness::handleMessages(int32_t gen, const std::list<omx_message> &messages) { argument
96 for (std::list<omx_message>::const_iterator it = messages.cbegin(); it != messages.cend(); ) {
157 // from a node that already expired, discard those messages.
/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLayout.java57 * messages and adapts the layout accordingly.
144 Parcelable[] messages = extras.getParcelableArray(Notification.EXTRA_MESSAGES);
146 = Notification.MessagingStyle.Message.getMessagesFromBundleArray(messages);
182 List<MessagingMessage> messages = createMessages(newMessages, false /* isHistoric */);
185 addMessagesToGroups(historicMessages, messages, showSpinner);
190 // Let's remove the remaining messages
194 mMessages = messages;
206 List<MessagingMessage> messages = group.getMessages();
220 mMessages.removeAll(messages);
221 mHistoricMessages.removeAll(messages);
367 addMessagesToGroups(List<MessagingMessage> historicMessages, List<MessagingMessage> messages, boolean showSpinner) argument
418 findGroups(List<MessagingMessage> historicMessages, List<MessagingMessage> messages, List<List<MessagingMessage>> groups, List<Person> senders) argument
[all...]
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp177 const hardware::hidl_vec<hardware::camera::device::V1_0::HandleTimestampMessage>& messages) {
179 msgs.reserve(messages.size());
182 for (const auto& hidl_msg : messages) {
175 handleCallbackTimestampBatch( DataCallbackMsg msgType, const hardware::hidl_vec<hardware::camera::device::V1_0::HandleTimestampMessage>& messages) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java149 protected void markMessagesAsRead(ArrayList<byte[]> messages) { argument
150 if (messages == null) {
157 //shouldn't really happen, as messages are marked as read, only
165 int count = messages.size();
168 byte[] ba = messages.get(i);
293 * Retrieves all messages currently stored on Icc.
303 "Reading messages from Icc");
446 * be automatically persisted in the SMS db. It only affects messages sent
460 * @param expectMore is a boolean to indicate the sending messages through same link or not.
509 * be automatically persisted in the SMS db. It only affects messages sen
731 buildValidRawData(ArrayList<byte[]> messages) argument
[all...]
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp267 void dispatch(std::list<omx_message> &messages);
307 void OMXNodeInstance::CallbackDispatcher::dispatch(std::list<omx_message> &messages) { argument
312 mOwner->onMessages(messages);
317 std::list<omx_message> messages; local
329 messages.swap(mQueue);
332 dispatch(messages);
2152 void OMXNodeInstance::onMessages(std::list<omx_message> &messages) { argument
2153 for (std::list<omx_message>::iterator it = messages.begin(); it != messages.end(); ) {
2155 messages
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java419 * @param countWaiting The number of messages waiting, if known. Use
421 * messages are waiting
439 // byte 1 is the number of voice messages waiting
1459 private void handleSmses(ArrayList<byte[]> messages) { argument
1460 int count = messages.size();
1463 byte[] ba = messages.get(i);
/frameworks/av/media/libstagefright/
H A DACodec.cpp181 virtual void onMessages(const std::list<omx_message> &messages) { argument
182 if (messages.empty()) {
188 for (std::list<omx_message>::const_iterator it = messages.cbegin();
189 it != messages.cend(); ++it) {
246 notify->setObject("messages", msgList);
289 // Handles a list of messages. Returns true iff messages were handled.
5587 CHECK(msg->findObject("messages", &obj));
7765 // Deferred messages will be handled at LoadedState at the end of the
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java388 * Notification key: the username to be displayed for all messages sent by the user
394 * Notification key: the person to display for all messages sent by the user, including direct
409 public static final String EXTRA_MESSAGES = "android.messages";
2123 * messages of varying types between any number of people.
2143 * .setContentTitle(&quot;2 new messages with &quot; + sender.toString())
2148 * .addMessage(messages[0].getText(), messages[0].getTime(), messages[0].getSender())
2149 * .addMessage(messages[1].getText(), messages[
2720 getBundleArrayForMessages(List<Message> messages) argument
4815 UnreadConversation(String[] messages, RemoteInput remoteInput, PendingIntent replyPendingIntent, PendingIntent readPendingIntent, String[] participants, long latestTimestamp) argument
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java211 * sends messages.</p>
267 * notification, this could be the number of unread messages.
1147 * {@link #extras} key: the username to be displayed for all messages sent by the user including
1157 * {@link #extras} key: the person to be displayed for all messages sent by the user including
1176 public static final String EXTRA_MESSAGES = "android.messages";
1185 public static final String EXTRA_HISTORIC_MESSAGES = "android.messages.historic";
2353 final Parcelable[] messages = extras.getParcelableArray(EXTRA_MESSAGES);
2354 if (!ArrayUtils.isEmpty(messages)) {
2356 .getMessagesFromBundleArray(messages)) {
6588 * messages o
7013 findLatestIncomingMessage( List<Message> messages) argument
7372 getBundleArrayForMessages(List<Message> messages) argument
9182 UnreadConversation(String[] messages, RemoteInput remoteInput, PendingIntent replyPendingIntent, PendingIntent readPendingIntent, String[] participants, long latestTimestamp) argument
[all...]

Completed in 134 milliseconds