HomeSort by relevance Sort by last modified time
    Searched defs:sendMsg (Results 1 - 25 of 39) sorted by null

1 2

  /system/core/libsysutils/src/
FrameworkClient.cpp 32 int FrameworkClient::sendMsg(const char *msg) {
48 int FrameworkClient::sendMsg(const char *msg, const char *data) {
56 return sendMsg(buffer);
  /hardware/qcom/gps/msm8084/core/
ContextBase.h 65 inline void sendMsg(const LocMsg *msg) { getMsgTask()->sendMsg(msg); }
LocAdapterBase.h 63 inline void sendMsg(const LocMsg* msg) const {
64 mMsgTask->sendMsg(msg);
67 inline void sendMsg(const LocMsg* msg) {
68 mMsgTask->sendMsg(msg);
LocApiBase.h 92 inline void sendMsg(const LocMsg* msg) const {
93 mMsgTask->sendMsg(msg);
MsgTask.cpp 83 sendMsg(new LocAssociateMsg(tAssociator));
104 void MsgTask::sendMsg(const LocMsg* msg) const {
  /hardware/qcom/gps/msm8909/utils/
MsgTask.cpp 76 void MsgTask::sendMsg(const LocMsg* msg) const {
  /hardware/qcom/gps/msm8909w_3100/utils/
MsgTask.cpp 75 void MsgTask::sendMsg(const LocMsg* msg) const {
  /hardware/qcom/gps/msm8996/utils/
MsgTask.cpp 76 void MsgTask::sendMsg(const LocMsg* msg) const {
  /hardware/qcom/gps/msm8998/utils/
MsgTask.cpp 75 void MsgTask::sendMsg(const LocMsg* msg) const {
  /hardware/qcom/gps/core/
ContextBase.h 66 inline void sendMsg(const LocMsg *msg) { getMsgTask()->sendMsg(msg); }
LocAdapterBase.h 64 inline void sendMsg(const LocMsg* msg) const {
65 mMsgTask->sendMsg(msg);
68 inline void sendMsg(const LocMsg* msg) {
69 mMsgTask->sendMsg(msg);
LocApiBase.h 100 inline void sendMsg(const LocMsg* msg) const {
101 mMsgTask->sendMsg(msg);
MsgTask.cpp 83 sendMsg(new LocAssociateMsg(tAssociator));
104 void MsgTask::sendMsg(const LocMsg* msg) const {
  /hardware/qcom/gps/msm8960/core/
LocAdapterBase.h 62 inline void sendMsg(const LocMsg* msg) const {
63 mMsgTask->sendMsg(msg);
66 inline void sendMsg(const LocMsg* msg) {
67 mMsgTask->sendMsg(msg);
MsgTask.cpp 89 void MsgTask::sendMsg(const LocMsg* msg) const {
  /hardware/qcom/gps/msm8994/core/
ContextBase.h 66 inline void sendMsg(const LocMsg *msg) { getMsgTask()->sendMsg(msg); }
LocAdapterBase.h 64 inline void sendMsg(const LocMsg* msg) const {
65 mMsgTask->sendMsg(msg);
68 inline void sendMsg(const LocMsg* msg) {
69 mMsgTask->sendMsg(msg);
LocApiBase.h 100 inline void sendMsg(const LocMsg* msg) const {
101 mMsgTask->sendMsg(msg);
MsgTask.cpp 83 sendMsg(new LocAssociateMsg(tAssociator));
104 void MsgTask::sendMsg(const LocMsg* msg) const {
  /hardware/qcom/gps/msm8909/core/
LocAdapterBase.h 64 inline void sendMsg(const LocMsg* msg) const {
65 mMsgTask->sendMsg(msg);
68 inline void sendMsg(const LocMsg* msg) {
69 mMsgTask->sendMsg(msg);
LocApiBase.h 100 inline void sendMsg(const LocMsg* msg) const {
101 mMsgTask->sendMsg(msg);
  /hardware/qcom/gps/msm8996/core/
LocAdapterBase.h 64 inline void sendMsg(const LocMsg* msg) const {
65 mMsgTask->sendMsg(msg);
68 inline void sendMsg(const LocMsg* msg) {
69 mMsgTask->sendMsg(msg);
LocApiBase.h 100 inline void sendMsg(const LocMsg* msg) const {
101 mMsgTask->sendMsg(msg);
  /hardware/qcom/gps/msm8909w_3100/core/
LocAdapterBase.h 84 inline void sendMsg(const LocMsg* msg) const {
85 mMsgTask->sendMsg(msg);
88 inline void sendMsg(const LocMsg* msg) {
89 mMsgTask->sendMsg(msg);
LocApiBase.h 103 inline void sendMsg(const LocMsg* msg) const {
104 mMsgTask->sendMsg(msg);

Completed in 655 milliseconds

1 2