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

  /frameworks/av/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);
IHDCP.cpp 42 int msg, int ext1, int ext2, const Parcel *obj) {
46 data.writeInt32(ext1);
121 int ext1 = data.readInt32(); local
132 notify(msg, ext1, ext2, &obj);
  /frameworks/av/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);
  /hardware/libhardware/tests/camera2/
camera2_utils.h 113 status_t getNextNotification(int32_t *msg_type, int32_t *ext1,
116 status_t waitForNotification(int32_t *msg_type, int32_t *ext1,
124 int32_t *ext1, int32_t *ext2, int32_t *ext3);
129 ext1(e1),
135 int32_t ext1; member in struct:android::NotifierListener::Notification
146 int32_t ext1,
151 int32_t ext1,
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp 387 int32_t msgCode, ext1, ext2; local
389 CHECK(msg->findInt32("ext1", &ext1));
392 ALOGI("Saw HDCP notification code %d, ext1 %d, ext2 %d",
393 msgCode, ext1, ext2);
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 2725 FilePath ext1 = data_dir_ local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 93 milliseconds