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

  /frameworks/base/media/libmedia/
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);
IMediaPlayerClient.cpp 38 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj)
43 data.writeInt32(ext1);
63 int ext1 = data.readInt32(); local
70 notify(msg, ext1, ext2, &obj);
  /frameworks/base/libs/camera/
ICameraClient.cpp 42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
48 data.writeInt32(ext1);
94 int32_t ext1 = data.readInt32(); local
96 notifyCallback(msgType, ext1, ext2);
  /external/chromium/chrome/browser/
background_application_list_model_unittest.cc 113 scoped_refptr<Extension> ext1 = CreateExtension("alpha", false); local
122 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext1));
123 service->AddExtension(ext1);
143 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext1));
144 service->UninstallExtension(ext1->id(), false, NULL);
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 2725 FilePath ext1 = data_dir_ local
    [all...]

Completed in 94 milliseconds