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

  /frameworks/base/media/libmedia/
IMediaPlayerClient.cpp 38 virtual void notify(int msg, int ext1, int ext2)
43 data.writeInt32(ext1);
60 int ext1 = data.readInt32(); local
62 notify(msg, ext1, ext2);
IMediaRecorderClient.cpp 38 virtual void notify(int msg, int ext1, int ext2)
43 data.writeInt32(ext1);
60 int ext1 = data.readInt32(); local
62 notify(msg, ext1, ext2);
  /frameworks/base/libs/camera/
ICameraClient.cpp 42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
48 data.writeInt32(ext1);
89 int32_t ext1 = data.readInt32(); local
91 notifyCallback(msgType, ext1, ext2);

Completed in 42 milliseconds