HomeSort by relevance Sort by last modified time
    Searched full:eventid (Results 76 - 100 of 147) sorted by null

1 2 34 5 6

  /device/moto/shamu/location/loc_api/loc_api_v02/
loc_api_v02_client.c 87 /* Table to relate eventId, size and mask value used to enable the event*/
90 uint32_t eventId;
606 if(eventIndId == locClientEventIndTable[idx].eventId)
608 LOC_LOGV("%s:%d]: eventId %d registered mask = 0x%04x%04x, "
620 LOC_LOGW("%s:%d]: eventId %d not found\n", __func__, __LINE__,
    [all...]
LocApiV02.cpp 82 uint32_t eventId,
86 MODEM_LOG_CALLFLOW(%s, loc_get_v02_event_name(eventId));
91 __func__, __LINE__, clientHandle, eventId, pClientCookie);
97 __func__, __LINE__, clientHandle, eventId);
100 locApiV02Instance->eventCb(clientHandle, eventId, eventPayload);
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/event/
EditEventHelperTest.java     [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java     [all...]
GraphRunner.java 216 public void pushEvent(int eventId, Object object) {
217 mEventQueue.offer(new Event(eventId, object));
    [all...]
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/ts/
SectionParser.java 602 int eventId = ((data[pos] & 0x3f) << 8) + (data[pos + 1] & 0xff);
638 results.add(new EitItem(EitItem.INVALID_PROGRAM_ID, eventId, titleText,
658 int eventId = (((data[11] & 0xff) << 8) | (data[12] & 0xff)) >> 2;
665 ettItems.add(new EttItem(eventId, text));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]
evntrace.h 354 ULONG EventId;
ntmsapi.h 54 NTMS_GUID EventId;
    [all...]
  /device/htc/flounder/gps/qct/lib/
libloc_api_v02.so 
  /device/huawei/angler/location/loc_api/loc_api_v02/
LocApiV02.cpp 82 uint32_t eventId,
86 MODEM_LOG_CALLFLOW(%s, loc_get_v02_event_name(eventId));
91 __func__, __LINE__, clientHandle, eventId, pClientCookie);
97 __func__, __LINE__, clientHandle, eventId);
100 locApiV02Instance->eventCb(clientHandle, eventId, eventPayload);
    [all...]
  /device/lge/bullhead/location/loc_api/loc_api_v02/
LocApiV02.cpp 82 uint32_t eventId,
86 MODEM_LOG_CALLFLOW(%s, loc_get_v02_event_name(eventId));
91 __func__, __LINE__, clientHandle, eventId, pClientCookie);
97 __func__, __LINE__, clientHandle, eventId);
100 locApiV02Instance->eventCb(clientHandle, eventId, eventPayload);
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetDefs.py 385 ('EventID',0, F_EEVENTID)
464 ('EventID', F_EEVENTID, ROW7, COL1+EVT_OFFSET, INTWIDTH, DEFAULTID_MIN, DEFAULTID_MAX, -1, [], "", True, ""),
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ProxyController.java 600 int radioFamily, String logicalModemId, int status, int eventId) {
604 requestRC, mHandler.obtainMessage(eventId));
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp 136 (*callback)(&mp->mStreamInfo.mItf, XA_STREAMCBEVENT_PROPERTYCHANGE /*eventId*/,
143 /*i1*/ XA_STREAMCBEVENT_PROPERTYCHANGE /*eventId*/,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XI2proto.h 824 uint32_t eventid; member in struct:__anon36754
1065 uint32_t eventid; member in struct:__anon36765
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudformation/
stack.py 387 if name == "EventId":
  /frameworks/base/docs/html/training/wearables/notifications/
creating.jd 68 viewIntent.putExtra(EXTRA_EVENT_ID, eventId);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_i.h 460 u32 eventId:8;
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_nan.h     [all...]
  /external/libchrome/base/test/
trace_event_analyzer.cc 725 Query::EventId() == Query::OtherId());
trace_event_analyzer.h 228 static Query EventId() { return Query(EVENT_ID); }
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h     [all...]

Completed in 1988 milliseconds

1 2 34 5 6