/aosp12/frameworks/av/camera/ |
H A D | ICameraClient.cpp | 47 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 D | Camera.cpp | 225 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 D | ICamera.cpp | 264 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 D | IpNeighborMonitor.java | 80 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 D | ConntrackMonitor.java | 61 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 D | ContextHubMessage.java | 77 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 D | NetlinkConstantsTest.java | 69 private short makeCtType(short msgType) { in makeCtType()
|
H A D | ConntrackMessageTest.java | 50 private short makeCtType(short msgType) { in makeCtType()
|
/aosp12/frameworks/base/services/core/java/com/android/server/powerstats/ |
H A D | PowerStatsLogTrigger.java | 34 protected void logPowerStatsData(int msgType) { in logPowerStatsData()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/wifi/networkrequest/ |
H A D | NetworkRequestErrorDialogFragment.java | 54 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 D | NetworkRequestErrorDialogFragment.java | 58 ERROR_DIALOG_TYPE msgType = ERROR_DIALOG_TYPE.TIME_OUT; in onCreateDialog() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/ |
H A D | NetworkRequestErrorDialogFragment.java | 58 ERROR_DIALOG_TYPE msgType = ERROR_DIALOG_TYPE.TIME_OUT; in onCreateDialog() local
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_hardware_Camera.cpp | 197 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 D | CameraZSLTests.cpp | 98 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 D | BluetoothMapAccountLoader.java | 85 BluetoothMapUtils.TYPE msgType = (Objects.equals(searchIntent.getAction(), in parsePackages() local
|
H A D | BluetoothMapContent.java | 508 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 D | UserData.java | 151 public int msgType; field in UserData
|
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/ip/ |
H A D | ConntrackMonitorTest.java | 199 private ConntrackEvent makeTestConntrackEvent(short msgType, int status, int timeoutSec) { in makeTestConntrackEvent()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/ |
H A D | EventReport.java | 133 private Bmessage.Type parseMsgType(String msgType) throws IllegalArgumentException { in parseMsgType()
|
/aosp12/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/ |
H A D | camera_service_fuzzer.cpp | 140 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 D | UserData.java | 128 public int msgType; field in UserData
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
H A D | SapMessage.java | 197 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 D | qcamera_test.cpp | 826 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 D | sap_service.cpp | 535 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 D | PduPersister.java | 550 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
|