HomeSort by relevance Sort by last modified time
    Searched full:ext1 (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /external/nanopb-c/tests/extensions/
decode_extensions.c 24 pb_extension_t ext1; local
34 alltypes.extensions = &ext1;
36 ext1.type = &AllTypes_extensionfield1;
37 ext1.dest = &extensionfield1;
38 ext1.next = &ext2;
52 TEST(ext1.found)
encode_extensions.c 19 pb_extension_t ext1; local
24 alltypes.extensions = &ext1;
26 ext1.type = &AllTypes_extensionfield1;
27 ext1.dest = &extensionfield1;
28 ext1.next = &ext2;
  /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);
mediaplayer.cpp 802 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj)
804 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
823 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
852 // ext1: Media framework error code.
854 ALOGE("error (%d, %d)", ext1, ext2);
860 mPrepareStatus = ext1;
866 // ext1: Media framework error code.
868 if (ext1 != MEDIA_INFO_VIDEO_TRACK_LAGGING) {
869 ALOGW("info/warning (%d, %d)", ext1, ext2)
    [all...]
IHDCP.cpp 45 int msg, int ext1, int ext2, const Parcel *obj) {
49 data.writeInt32(ext1);
179 int ext1 = data.readInt32(); local
190 notify(msg, ext1, ext2, &obj);
  /external/llvm/test/CodeGen/AArch64/
dp-3source.ll 37 %ext1 = sext i32 %val1 to i64
39 %prod = mul i64 %ext1, %ext2
47 %ext1 = sext i32 %val1 to i64
49 %prod = mul i64 %ext1, %ext2
57 %ext1 = zext i32 %val1 to i64
59 %prod = mul i64 %ext1, %ext2
67 %ext1 = zext i32 %val1 to i64
69 %prod = mul i64 %ext1, %ext2
77 %ext1 = sext i64 %lhs to i128
79 %res = mul i128 %ext1, %ext
    [all...]
  /external/llvm/test/CodeGen/X86/
vec_extract-avx.ll 13 %ext1 = extractelement <8 x float> %v, i32 1
17 %ins1 = insertelement <4 x float> %ins0, float %ext1, i32 1
32 %ext1 = extractelement <8 x float> %v, i32 5
36 %ins1 = insertelement <4 x float> %ins0, float %ext1, i32 1
53 %ext1 = extractelement <8 x i32> %v, i32 5
57 %ins1 = insertelement <4 x i32> %ins0, i32 %ext1, i32 1
72 %ext1 = extractelement <4 x double> %v, i32 3
74 %ins1 = insertelement <2 x double> %ins0, double %ext1, i32 1
  /frameworks/av/media/libmediaplayerservice/
HDCP.h 57 static void ObserveWrapper(void *me, int msg, int ext1, int ext2);
58 void observe(int msg, int ext1, int ext2);
HDCP.cpp 162 void HDCP::ObserveWrapper(void *me, int msg, int ext1, int ext2) {
163 static_cast<HDCP *>(me)->observe(msg, ext1, ext2);
166 void HDCP::observe(int msg, int ext1, int ext2) {
170 mObserver->notify(msg, ext1, ext2, NULL /* obj */);
  /hardware/libhardware/tests/camera2/
camera2_utils.h 118 status_t getNextNotification(int32_t *msg_type, int32_t *ext1,
121 status_t waitForNotification(int32_t *msg_type, int32_t *ext1,
129 int32_t *ext1, int32_t *ext2, int32_t *ext3);
134 ext1(e1),
140 int32_t ext1; member in struct:android::camera2::tests::NotifierListener::Notification
151 int32_t ext1,
156 int32_t ext1,
camera2_utils.cpp 256 int32_t *ext1,
261 return getNextNotificationLocked(msg_type, ext1, ext2, ext3);
265 int32_t *ext1,
272 return getNextNotificationLocked(msg_type, ext1, ext2, ext3);
281 int32_t *ext1,
285 *ext1 = mNotifications.begin()->ext1;
293 int32_t ext1,
297 mNotifications.push_back(Notification(msg_type, ext1, ext2, ext3));
302 int32_t ext1,
    [all...]
  /frameworks/av/include/media/stagefright/
MediaWriter.h 60 void notify(int msg, int ext1, int ext2) {
62 mListener->notify(msg, ext1, ext2);
  /frameworks/wilhelm/src/android/
android_GenericMediaPlayer.cpp 81 // Map a media_error_type enum (the ext1 of a MEDIA_ERROR event) to a string or NULL
95 // Map a media_info_type enum (the ext1 of a MEDIA_INFO event) to a string or NULL
116 void MediaPlayerNotificationClient::notify(int msg, int ext1, int ext2, const Parcel *obj) {
117 SL_LOGV("MediaPlayerNotificationClient::notify(msg=%s (%d), ext1=%d, ext2=%d)",
118 media_event_type_to_string((enum media_event_type) msg), msg, ext1, ext2);
146 if (genericMediaPlayer->mHasVideo && (ext1 != 0 || ext2 != 0)) {
148 (int32_t)ext1 /*width*/, (int32_t)ext2 /*height*/, true /*async*/);
162 if (ext1 < 0) {
163 SL_LOGE("MEDIA_BUFFERING_UPDATE %d%% < 0", ext1);
164 ext1 = 0
    [all...]
  /system/core/libpixelflinger/codeflinger/
Arm64Disassembler.cpp 60 {0xffe04c00, 0xb8604800, "ldr <wt>, [<xn|sp>, <r1><m1>, <ext1> #<amt2>]"},
61 {0xffe04c00, 0xb8204800, "str <wt>, [<xn|sp>, <r1><m1>, <ext1> #<amt2>]"},
62 {0xffe04c00, 0xf8604800, "ldr <xt>, [<xn|sp>, <r1><m1>, <ext1> #<amt3>]"},
63 {0xffe04c00, 0xf8204800, "str <xt>, [<xn|sp>, <r1><m1>, <ext1> #<amt3>]"},
64 {0xffe04c00, 0x38604800, "ldrb <wt>, [<xn|sp>, <r1><m1>, <ext1> <amt5>]"},
65 {0xffe04c00, 0x38204800, "strb <wt>, [<xn|sp>, <r1><m1>, <ext1> <amt5>]"},
66 {0xffe04c00, 0x78604800, "ldrh <wt>, [<xn|sp>, <r1><m1>, <ext1> #<amt6>]"},
67 {0xffe04c00, 0x78204800, "strh <wt>, [<xn|sp>, <r1><m1>, <ext1> #<amt6>]"},
201 else if(strcmp(token, "<ext1>") == 0)
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.h 79 void notifyListener(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL);
128 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL);
  /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);
  /frameworks/av/include/media/
IMediaPlayerClient.h 31 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
IMediaRecorderClient.h 31 virtual void notify(int msg, int ext1, int ext2) = 0;
  /device/generic/goldfish/camera/
EmulatedCamera2.cpp 181 int ext1, int ext2) {
319 int ext1,
322 return ec->triggerAction(trigger_id, ext1, ext2);
380 int32_t ext1, int32_t ext2, int32_t ext3) {
387 notifyCb(msgType, ext1, ext2, ext3, mNotifyUserPtr);
EmulatedCamera2.h 138 int32_t ext1, int32_t ext2);
216 int ext1,
261 int32_t ext1, int32_t ext2, int32_t ext3);
  /external/llvm/test/CodeGen/SystemZ/
branch-06.ll 162 %ext1 = zext i8 %byte1 to i32
164 %cond = icmp ult i32 %ext1, %ext2
184 %ext1 = zext i16 %half1 to i32
186 %cond = icmp ult i32 %ext1, %ext2
  /frameworks/av/include/camera/
ICameraClient.h 37 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
  /external/protobuf/python/google/protobuf/internal/
message_factory_test.py 120 ext1 = factory_msg1._extensions_by_name[
124 msg1.Extensions[ext1] = 'test1'
126 self.assertEquals('test1', msg1.Extensions[ext1])
  /frameworks/native/include/media/hardware/
HDCPAPI.h 29 typedef void (*ObserverFunc)(void *cookie, int msg, int ext1, int ext2);
37 // ext1 should be a suitable error code (status_t), ext2 is
44 // ext1 should be a suitable error code, ext2 is unused.

Completed in 2751 milliseconds

1 2 3 4 5 6