Home
last modified time | relevance | path

Searched defs:msgs (Results 1 – 20 of 20) sorted by relevance

/aosp12/system/keymaster/ng/include/
H A Dkeystore_hidl_support.h48 inline static ErrorCode ksHandleHidlError(const Return<ErrorCode>& error, Msgs&&... msgs) { in ksHandleHidlError()
57 inline static ErrorCode ksHandleHidlError(const Return<void>& error, Msgs&&... msgs) { in ksHandleHidlError()
/aosp12/system/security/keystore/include/keystore/
H A Dkeystore_hidl_support.h56 inline static ErrorCode ksHandleHidlError(KMDevice dev, const Return<ErrorCode>& error, in ksHandleHidlError()
68 inline static ErrorCode ksHandleHidlError(KMDevice, const Return<void>& error, Msgs&&... msgs) { in ksHandleHidlError()
/aosp12/frameworks/layoutlib/bridge/src/android/util/
H A DLog_Delegate.java43 static int println_native(int bufID, int priority, String tag, String msgs) { in println_native()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Di2c-dev.h39 struct i2c_msg __user * msgs; member
/aosp12/bionic/tests/
H A Dsys_socket_test.cpp144 struct mmsghdr msgs[NUM_RECV_MSGS]; in TestRecvMMsg() local
189 struct mmsghdr msgs[NUM_SEND_MSGS]; in SendMMsg() local
/aosp12/bionic/libc/bionic/
H A DNetdClientDispatch.cpp65 int sendmmsg(int fd, const struct mmsghdr* msgs, unsigned int msg_count, int flags) { in sendmmsg()
/aosp12/hardware/interfaces/camera/device/3.6/default/
H A DExternalCameraDeviceSession.cpp85 std::vector<NotifyMsg> msgs; in switchToOffline() local
180 /*out*/std::vector<NotifyMsg>* msgs, in switchToOffline()
/aosp12/system/logging/logd/
H A DLogBufferTest.h52 TestWriter(std::vector<LogMessage>* msgs, bool* released) in TestWriter()
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OfflineSession.cpp315 const hardware::hidl_vec<hardware::camera::device::V3_2::NotifyMsg>& msgs) { in notify()
H A DCamera3Device.cpp1164 const hardware::hidl_vec<hardware::camera::device::V3_2::NotifyMsg>& msgs) { in notify()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraStateMachine.cpp1213 int32_t msgs = *((int32_t *)payload); in procEvtPreviewingState() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/d2d/
H A DDtmfTransport.java593 Set<Communicator.Message> msgs = new ArraySet<>(1); in handleIncomingMessage() local
/aosp12/system/netd/client/
H A DNetdClient.cpp204 int netdClientSendmmsg(int sockfd, const mmsghdr* msgs, unsigned int msgcount, int flags) { in netdClientSendmmsg()
/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/
H A DMmsUtils.java1027 final Context context, final SmsMessage[] msgs, final int error) { in parseReceivedSmsMessage()
1055 private static String buildMessageBodyFromPdus(final SmsMessage[] msgs) { in buildMessageBodyFromPdus()
/aosp12/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice.cpp895 const hidl_vec<VideoFrameMessage>& msgs) { in releaseRecordingFrameHandleBatch()
/aosp12/hardware/interfaces/tv/tuner/config/
H A DTunerTestingConfigReaderV1_0.h389 auto msgs = *hardwareConfig.getFirstDiseqcMessages(); in readDiseqcMessages() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcTrackerTest.java2946 Map<Integer, List<Message>> msgs = getHandoverCompletionMessages(); in testHandlingSecondHandoverRequest() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java1995 private static String buildMessageBodyFromPdus(SmsMessage[] msgs) { in buildMessageBodyFromPdus()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSmsManager.java2858 public abstract void onFinancialSmsMessages(CursorWindow msgs); in onFinancialSmsMessages()
/aosp12/frameworks/base/core/java/android/provider/
H A DTelephony.java1392 SmsMessage[] msgs = new SmsMessage[pduCount]; in getMessagesFromIntent() local