HomeSort by relevance Sort by last modified time
    Searched full:sendmsg (Results 126 - 150 of 616) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/qcom/gps/core/
LocApiBase.h 100 inline void sendMsg(const LocMsg* msg) const {
101 mMsgTask->sendMsg(msg);
LocApiBase.cpp 164 mMsgTask->sendMsg(new LocOpenMsg(this,
201 mMsgTask->sendMsg(new LocOpenMsg(this, getEvtMask()));
209 mMsgTask->sendMsg(new LocOpenMsg(this, getEvtMask()));
215 mMsgTask->sendMsg(new LocSsrMsg(this));
  /hardware/qcom/gps/msm8084/core/
LocApiBase.h 92 inline void sendMsg(const LocMsg* msg) const {
93 mMsgTask->sendMsg(msg);
LocApiBase.cpp 163 mMsgTask->sendMsg(new LocOpenMsg(this,
200 mMsgTask->sendMsg(new LocOpenMsg(this, getEvtMask()));
209 mMsgTask->sendMsg(new LocSsrMsg(this));
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_xtra.cpp 140 adapter->sendMsg(new LocEngInjectXtraData(adapter, data, length));
163 adapter->sendMsg(new LocEngRequestXtraServer(adapter));
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_xtra.cpp 140 adapter->sendMsg(new LocEngInjectXtraData(adapter, data, length));
163 adapter->sendMsg(new LocEngRequestXtraServer(adapter));
loc_eng.cpp 262 mAdapter->sendMsg(this);
285 mAdapter->sendMsg(this);
302 mAdapter->sendMsg(this);
768 mAdapter->sendMsg(this);
821 mAdapter->sendMsg(this);
    [all...]
  /hardware/qcom/gps/msm8974/core/
LocApiBase.h 92 inline void sendMsg(const LocMsg* msg) const {
93 mMsgTask->sendMsg(msg);
LocApiBase.cpp 163 mMsgTask->sendMsg(new LocOpenMsg(this,
200 mMsgTask->sendMsg(new LocOpenMsg(this, getEvtMask()));
209 mMsgTask->sendMsg(new LocSsrMsg(this));
  /hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
loc_eng_xtra.cpp 140 adapter->sendMsg(new LocEngInjectXtraData(adapter, data, length));
163 adapter->sendMsg(new LocEngRequestXtraServer(adapter));
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_multiprocessing.so 
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java 186 // sendMsg() flags
223 // and not with sendMsg(..., ..., SENDMSG_QUEUE, ...)
359 sendMsg(mAudioHandler, MSG_MEDIA_SERVER_DIED,
614 sendMsg(mAudioHandler,
690 sendMsg(mAudioHandler, MSG_SYSTEM_READY, SENDMSG_QUEUE,
696 sendMsg(mAudioHandler, MSG_LOAD_SOUND_EFFECTS, SENDMSG_QUEUE,
730 sendMsg(mAudioHandler,
    [all...]
  /external/valgrind/none/tests/
fdleak_cmsg.c 80 (void) DO( sendmsg(x, &msg, 0) );
  /hardware/qcom/gps/msm8960/core/
LocAdapterBase.cpp 68 sendMsg(new LocOpenMsg(this, mLocApi));
MsgTask.cpp 89 void MsgTask::sendMsg(const LocMsg* msg) const {
  /system/netd/server/
DnsProxyListener.cpp 204 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
286 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
393 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
411 cli->sendMsg(ResponseCode::OperationFailed, msg, false);
  /external/strace/
socketutils.c 53 if (sendmsg(fd, &msg, 0) < 0) {
200 if (sendmsg(fd, &msg, 0) < 0) {
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 157 int sendmsg (int, const struct msghdr *, unsigned int);
172 int sendmsg (int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 157 int sendmsg (int, const struct msghdr *, unsigned int);
172 int sendmsg (int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 157 int sendmsg (int, const struct msghdr *, unsigned int);
172 int sendmsg (int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 157 int sendmsg (int, const struct msghdr *, unsigned int);
172 int sendmsg (int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 157 int sendmsg (int, const struct msghdr *, unsigned int);
172 int sendmsg (int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 157 int sendmsg (int, const struct msghdr *, unsigned int);
172 int sendmsg (int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 157 int sendmsg (int, const struct msghdr *, unsigned int);
172 int sendmsg (int, const struct msghdr *, unsigned int);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 160 int sendmsg (int, const struct msghdr *, unsigned int);
175 int sendmsg (int, const struct msghdr *, unsigned int);

Completed in 5348 milliseconds

1 2 3 4 56 7 8 91011>>