Home
last modified time | relevance | path

Searched refs:notifyMsg (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkScanRequestTracker.java473 int notifyMsg = isLocationAccessAllowed in receiveResult() local
482 notifyMessenger(nsri, notifyMsg, in receiveResult()
490 notifyMessenger(nsri, notifyMsg, in receiveResult()
DCallManager.java2158 Message notifyMsg; in handleMessage() local
2159notifyMsg = ((Registrant)mPostDialCharacterRegistrants.get(i)).messageForRegistrant(); in handleMessage()
2160 notifyMsg.obj = msg.obj; in handleMessage()
2161 notifyMsg.arg1 = msg.arg1; in handleMessage()
2162 notifyMsg.sendToTarget(); in handleMessage()
/frameworks/av/services/camera/virtualcamera/
DVirtualCameraRenderThread.cc592 std::vector<NotifyMsg> notifyMsg{ in processTask() local
596 notifyMsg.push_back(createBufferErrorNotifyMsg(request.getFrameNumber(), in processTask()
601 auto status = mCameraDeviceCallback->notify(notifyMsg); in processTask()