HomeSort by relevance Sort by last modified time
    Searched refs:kSourceID (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/rtsp/
ARTPSource.cpp 37 static const uint32_t kSourceID = 0xdeadbeef;
187 data[4] = kSourceID >> 24;
188 data[5] = (kSourceID >> 16) & 0xff;
189 data[6] = (kSourceID >> 8) & 0xff;
190 data[7] = kSourceID & 0xff;
225 data[4] = kSourceID >> 24;
226 data[5] = (kSourceID >> 16) & 0xff;
227 data[6] = (kSourceID >> 8) & 0xff;
228 data[7] = kSourceID & 0xff;
  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.cpp 180 const String kSourceID = "";
186 addMessageToConsole(page, str, kSourceID, kLineNumber);

Completed in 3523 milliseconds