HomeSort by relevance Sort by last modified time
    Searched defs:tAssociate (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/gps/core/
MsgTask.h 50 typedef int (*tAssociate)();
52 MsgTask(tAssociate tAssociator, const char* threadName);
55 void associate(tAssociate tAssociator) const;
59 tAssociate mAssociator;
60 MsgTask(const void* q, tAssociate associator);
  /hardware/qcom/gps/msm8084/core/
MsgTask.h 50 typedef int (*tAssociate)();
52 MsgTask(tAssociate tAssociator, const char* threadName);
55 void associate(tAssociate tAssociator) const;
59 tAssociate mAssociator;
60 MsgTask(const void* q, tAssociate associator);
  /hardware/qcom/gps/msm8960/core/
MsgTask.h 50 typedef int (*tAssociate)();
52 MsgTask(tAssociate tAssociator, const char* threadName);
58 tAssociate mAssociator;
59 MsgTask(const void* q, tAssociate associator);
  /hardware/qcom/gps/msm8994/core/
MsgTask.h 50 typedef int (*tAssociate)();
52 MsgTask(tAssociate tAssociator, const char* threadName);
55 void associate(tAssociate tAssociator) const;
59 tAssociate mAssociator;
60 MsgTask(const void* q, tAssociate associator);

Completed in 125 milliseconds