Home
last modified time | relevance | path

Searched defs:msgType (Results 1 – 25 of 46) sorted by relevance

12

/aosp12/frameworks/av/camera/
H A DICameraClient.cpp47 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback()
59 void dataCallback(int32_t msgType, const sp<IMemory>& imageData, in dataCallback()
75 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp()
131 int32_t msgType = data.readInt32(); in onTransact() local
140 int32_t msgType = data.readInt32(); in onTransact() local
161 int32_t msgType = data.readInt32(); in onTransact() local
H A DCamera.cpp225 status_t Camera::takePicture(int msgType) in takePicture()
298 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback()
304 void Camera::dataCallback(int32_t msgType, const sp<IMemory>& dataPtr, in dataCallback()
318 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) in dataCallbackTimestamp()
H A DICamera.cpp264 status_t takePicture(int msgType) in takePicture()
464 int msgType = data.readInt32(); in onTransact() local
/aosp12/packages/modules/NetworkStack/common/moduleutils/src/android/net/ip/
H A DIpNeighborMonitor.java80 final short msgType; field in IpNeighborMonitor.NeighborEvent
86 public NeighborEvent(long elapsedMs, short msgType, int ifindex, InetAddress ip, in NeighborEvent()
138 final short msgType = neighMsg.getHeader().nlmsg_type; in processNetlinkMessage() local
H A DConntrackMonitor.java61 public final short msgType; field in ConntrackMonitor.ConntrackEvent
88 public ConntrackEvent(short msgType, ConntrackMessage.Tuple tupleOrig, in ConntrackEvent()
/aosp12/frameworks/base/core/java/android/hardware/location/
H A DContextHubMessage.java77 public void setMsgType(int msgType) { in setMsgType()
106 public ContextHubMessage(int msgType, int version, byte[] data) { in ContextHubMessage()
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/netlink/
H A DNetlinkConstantsTest.java69 private short makeCtType(short msgType) { in makeCtType()
H A DConntrackMessageTest.java50 private short makeCtType(short msgType) { in makeCtType()
/aosp12/frameworks/base/services/core/java/com/android/server/powerstats/
H A DPowerStatsLogTrigger.java34 protected void logPowerStatsData(int msgType) { in logPowerStatsData()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/wifi/networkrequest/
H A DNetworkRequestErrorDialogFragment.java54 ERROR_DIALOG_TYPE msgType = ERROR_DIALOG_TYPE.TIME_OUT; in onCreateDialog() local
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DNetworkRequestErrorDialogFragment.java58 ERROR_DIALOG_TYPE msgType = ERROR_DIALOG_TYPE.TIME_OUT; in onCreateDialog() local
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/
H A DNetworkRequestErrorDialogFragment.java58 ERROR_DIALOG_TYPE msgType = ERROR_DIALOG_TYPE.TIME_OUT; in onCreateDialog() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp197 void JNICameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) in notify()
250 void JNICameraContext::copyAndPost(JNIEnv* env, const sp<IMemory>& dataPtr, int msgType) in copyAndPost()
307 void JNICameraContext::postData(int32_t msgType, const sp<IMemory>& dataPtr, in postData()
354 void JNICameraContext::postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dat… in postDataTimestamp()
388 void JNICameraContext::postMetadata(JNIEnv *env, int32_t msgType, camera_frame_metadata_t *metadata) in postMetadata()
474 JNIEnv *env, jbyteArray cbb, int msgType) in addCallbackBuffer()
786 …roid_hardware_Camera_addCallbackBuffer(JNIEnv *env, jobject thiz, jbyteArray bytes, jint msgType) { in android_hardware_Camera_addCallbackBuffer()
820 static void android_hardware_Camera_takePicture(JNIEnv *env, jobject thiz, jint msgType) in android_hardware_Camera_takePicture()
/aosp12/frameworks/av/camera/tests/
H A DCameraZSLTests.cpp98 void CameraZSLTests::notifyCallback(int32_t msgType, int32_t, in notifyCallback() argument
109 void CameraZSLTests::dataCallback(int32_t msgType, const sp<IMemory>& /*data*/, in dataCallback()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAccountLoader.java85 BluetoothMapUtils.TYPE msgType = (Objects.equals(searchIntent.getAction(), in parsePackages() local
H A DBluetoothMapContent.java508 int msgType = 0; in setSent() local
997 int msgType = c.getInt(fi.mSmsColType); in setRecipientAddressing() local
1038 int msgType = c.getInt(fi.mSmsColType); in setRecipientName() local
1078 int msgType = c.getInt(fi.mSmsColType); in setSenderAddressing() local
1171 int msgType = c.getInt(c.getColumnIndex(Sms.TYPE)); in setSenderName() local
1565 int msgType = c.getInt(c.getColumnIndex(Sms.TYPE)); in matchRecipientSms() local
1659 int msgType = c.getInt(c.getColumnIndex(Sms.TYPE)); in matchOriginatorSms() local
2083 int msgType = ap.getFilterMessageType(); in smsSelected() local
2120 int msgType = ap.getFilterMessageType(); in mmsSelected() local
2145 int msgType = ap.getFilterMessageType(); in emailSelected() local
[all …]
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DUserData.java151 public int msgType; field in UserData
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
H A DConntrackMonitorTest.java199 private ConntrackEvent makeTestConntrackEvent(short msgType, int status, int timeoutSec) { in makeTestConntrackEvent()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DEventReport.java133 private Bmessage.Type parseMsgType(String msgType) throws IllegalArgumentException { in parseMsgType()
/aosp12/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/
H A Dcamera_service_fuzzer.cpp140 void CameraFuzzer::notifyCallback(int32_t msgType, int32_t, int32_t) { in notifyCallback() argument
148 void CameraFuzzer::dataCallback(int32_t msgType, const sp<IMemory> & /*data*/, in dataCallback()
392 int msgType; in invokeCameraAPIs() local
/aosp12/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
H A DUserData.java128 public int msgType; field in UserData
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapMessage.java197 public SapMessage(int msgType) { in SapMessage()
217 public void setMsgType(int msgType) { in setMsgType()
1204 public static String getMsgTypeName(int msgType) { in getMsgTypeName()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.cpp826 void CameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) in notify()
869 void CameraContext::postData(int32_t msgType, in postData()
1015 int32_t msgType, in postDataTimestamp()
1035 int32_t msgType, in dataCallbackTimestamp()
/aosp12/hardware/ril/libril/
H A Dsap_service.cpp535 void *sapDecodeMessage(MsgId msgId, MsgType msgType, uint8_t *payloadPtr, size_t payloadLen) { in sapDecodeMessage()
766 void processResponse(MsgHeader *rsp, RilSapSocket *sapSocket, MsgType msgType) { in processResponse()
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduPersister.java550 final int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE); in load() local
618 final int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE); in load() local
660 private GenericPdu createPdu(final int msgType, final PduHeaders headers, final PduBody body) in createPdu()
704 private PduBody loadBody(final long msgId, final int msgType) throws MmsException { in loadBody()
1403 final int msgType = pdu.getMessageType(); in persist() local

12