Searched refs:notifyMsg (Results 1 – 3 of 3) sorted by relevance
473 int notifyMsg = isLocationAccessAllowed in receiveResult() local482 notifyMessenger(nsri, notifyMsg, in receiveResult()490 notifyMessenger(nsri, notifyMsg, in receiveResult()
2158 Message notifyMsg; in handleMessage() local2159 … notifyMsg = ((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()
592 std::vector<NotifyMsg> notifyMsg{ in processTask() local596 notifyMsg.push_back(createBufferErrorNotifyMsg(request.getFrameNumber(), in processTask()601 auto status = mCameraDeviceCallback->notify(notifyMsg); in processTask()