/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | PowerAdvisorTest.cpp | 134 std::vector<ChannelMessage> msgs; in SetUpFmq() local 135 msgs.resize(2); in SetUpFmq() 136 mBackendFmq->writeBlocking(msgs.data(), 2, mReadFlagBitmask, mWriteFlagBitmask, in SetUpFmq() 219 std::vector<ChannelMessage> msgs; in testGpuScenario() local 221 msgs.resize(2); in testGpuScenario() 222 ASSERT_TRUE(mBackendFmq->readBlocking(msgs.data(), 2, mReadFlagBitmask, mWriteFlagBitmask, in testGpuScenario() 224 ASSERT_EQ(msgs[0].sessionID, mSessionId); in testGpuScenario() 225 ASSERT_GE(msgs[0].timeStampNanos, startTime.ns()); in testGpuScenario() 226 ASSERT_EQ(msgs[0].data.getTag(), in testGpuScenario() 228 target = msgs[0].data.get<ChannelMessage::ChannelMessageContents::Tag::targetDuration>(); in testGpuScenario() [all …]
|
/frameworks/av/services/camera/libcameraservice/device3/aidl/ |
D | AidlCamera3OfflineSession.cpp | 142 const std::vector<camera::device::NotifyMsg>& msgs) { in notify() argument 148 return p->notify(msgs); in notify() 152 const std::vector<camera::device::NotifyMsg>& msgs) { in notify() argument 180 for (const auto& msg : msgs) { in notify()
|
D | AidlCamera3OfflineSession.h | 65 const std::vector<aidl::android::hardware::camera::device::NotifyMsg>& msgs); 87 aidl::android::hardware::camera::device::NotifyMsg>& msgs) override;
|
D | AidlCamera3Device.h | 169 const std::vector<aidl::android::hardware::camera::device::NotifyMsg>& msgs); 245 aidl::android::hardware::camera::device::NotifyMsg>& msgs) override;
|
D | AidlCamera3Device.cpp | 366 const std::vector<camera::device::NotifyMsg>& msgs) { in notify() argument 372 return p->notify(msgs); in notify() 431 const std::vector<camera::device::NotifyMsg>& msgs) { in notify() argument 464 for (const auto& msg : msgs) { in notify()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/d2d/ |
D | DtmfTransport.java | 593 Set<Communicator.Message> msgs = new ArraySet<>(1); in handleIncomingMessage() local 594 msgs.add(msg); in handleIncomingMessage() 596 mCallback.onMessagesReceived(msgs); in handleIncomingMessage()
|
/frameworks/av/services/camera/libcameraservice/device3/hidl/ |
D | HidlCamera3OfflineSession.cpp | 165 const hardware::hidl_vec<hardware::camera::device::V3_2::NotifyMsg>& msgs) { in notify() argument 193 for (const auto& msg : msgs) { in notify()
|
D | HidlCamera3OfflineSession.h | 83 hardware::camera::device::V3_2::NotifyMsg>& msgs) override;
|
D | HidlCamera3Device.h | 78 hardware::camera::device::V3_2::NotifyMsg>& msgs) override; 220 const hardware::hidl_vec<NotifyMsgType>& msgs);
|
D | HidlCamera3Device.cpp | 448 const hardware::hidl_vec<hardware::camera::device::V3_2::NotifyMsg>& msgs) { in notify() argument 449 return notifyHelper<hardware::camera::device::V3_2::NotifyMsg>(msgs); in notify() 454 const hardware::hidl_vec<NotifyMsgType>& msgs) { in notifyHelper() argument 487 for (const auto& msg : msgs) { in notifyHelper()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | InboundSmsHandler.java | 2021 private static String buildMessageBodyFromPdus(SmsMessage[] msgs) { in buildMessageBodyFromPdus() argument 2022 if (msgs.length == 1) { in buildMessageBodyFromPdus() 2024 return replaceFormFeeds(msgs[0].getDisplayMessageBody()); in buildMessageBodyFromPdus() 2028 for (SmsMessage msg: msgs) { in buildMessageBodyFromPdus()
|
/frameworks/base/core/java/android/provider/ |
D | Telephony.java | 1402 SmsMessage[] msgs = new SmsMessage[pduCount]; in getMessagesFromIntent() local 1406 msgs[i] = SmsMessage.createFromPdu(pdu, format); in getMessagesFromIntent() 1408 return msgs; in getMessagesFromIntent()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SmsManager.java | 3218 public abstract void onFinancialSmsMessages(CursorWindow msgs); in onFinancialSmsMessages() argument
|