Searched defs:id (Results 176 - 200 of 755) sorted by relevance

1234567891011>>

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicConvolve5x5.java31 ScriptIntrinsicConvolve5x5(long id, RenderScript rs) { argument
32 super(id, rs);
66 long id;
70 id = rs.nScriptIntrinsicCreate(4, e.getID(rs), mUseIncSupp);
72 ScriptIntrinsicConvolve5x5 si = new ScriptIntrinsicConvolve5x5(id, rs);
H A DScriptIntrinsicHistogram.java31 protected ScriptIntrinsicHistogram(long id, RenderScript rs) { argument
32 super(id, rs);
55 long id;
59 id = rs.nScriptIntrinsicCreate(9, e.getID(rs), mUseIncSupp);
61 ScriptIntrinsicHistogram si = new ScriptIntrinsicHistogram(id, rs);
H A DScriptIntrinsicLUT.java35 protected ScriptIntrinsicLUT(long id, RenderScript rs) { argument
36 super(id, rs);
50 long id;
54 id = rs.nScriptIntrinsicCreate(3, e.getID(rs), mUseIncSupp);
56 ScriptIntrinsicLUT si = new ScriptIntrinsicLUT(id, rs);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_storage.c135 u32 id; local
143 id = pSeqParamSet->seqParameterSetId;
145 /* seq parameter set with id not used before -> allocate memory */
146 if (pStorage->sps[id] == NULL)
148 ALLOCATE(pStorage->sps[id], 1, seqParamSet_t);
149 if (pStorage->sps[id] == NULL)
152 /* sequence parameter set with id equal to id of active sps */
153 else if (id == pStorage->activeSpsId)
163 FREE(pStorage->sps[id]
218 u32 id; local
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DARTPSource.cpp41 uint32_t id,
44 : mID(id),
40 ARTPSource( uint32_t id, const sp<ASessionDescription> &sessionDesc, size_t index, const sp<AMessage> &notify) argument
/frameworks/av/media/mtp/
H A DMtpDataPacket.cpp48 void MtpDataPacket::setTransactionID(MtpTransactionID id) { argument
49 MtpPacket::putUInt32(MTP_CONTAINER_TRANSACTION_ID_OFFSET, id);
H A DMtpPacket.cpp131 void MtpPacket::setTransactionID(MtpTransactionID id) { argument
132 putUInt32(MTP_CONTAINER_TRANSACTION_ID_OFFSET, id);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3InputStream.cpp30 Camera3InputStream::Camera3InputStream(int id, argument
32 Camera3IOStreamBase(id, CAMERA3_STREAM_INPUT, width, height, /*maxSize*/0,
H A DStatusTracker.cpp44 int id; local
48 id = mNextComponentId++;
49 ALOGV("%s: Adding new component %d", __FUNCTION__, id);
51 err = mStates.add(id, IDLE);
53 __FUNCTION__, id, strerror(-err), err);
62 return err < 0 ? err : id;
65 void StatusTracker::removeComponent(int id) { argument
69 ALOGV("%s: Removing component %d", __FUNCTION__, id);
70 idx = mStates.removeItem(id);
83 void StatusTracker::markComponentIdle(int id, cons argument
87 markComponentActive(int id) argument
91 markComponent(int id, ComponentState state, const sp<Fence>& componentFence) argument
[all...]
/frameworks/base/core/java/android/accounts/
H A DChooseAccountActivity.java78 ListView list = (ListView) findViewById(android.R.id.list);
85 public void onItemClick(AdapterView<?> parent, View v, int position, long id) {
86 onListItemClick((ListView)parent, v, position, id);
119 protected void onListItemClick(ListView l, View v, int position, long id) { argument
173 holder.text = (TextView) convertView.findViewById(R.id.account_row_text);
174 holder.icon = (ImageView) convertView.findViewById(R.id.account_row_icon);
/frameworks/base/core/java/android/app/
H A DExpandableListActivity.java51 * ExpandableListView object with the id "@android:id/list" (or
52 * {@link android.R.id#list} if it's in code)
56 * id "android:empty". Note that when an empty view is present, the expandable
72 * &lt;ExpandableListView android:id=&quot;@id/android:list&quot;
79 * &lt;TextView android:id=&quot;@id/android:empty&quot;
120 * &lt;TextView android:id=&quot;@+id/text
180 onChildClick(ExpandableListView parent, View v, int groupPosition, int childPosition, long id) argument
[all...]
H A DListFragment.java46 * id "@android:id/list" (or {@link android.R.id#list} if it's in code)
50 * id "android:empty". Note that when an empty view is present, the list view
66 * &lt;ListView android:id=&quot;@id/android:list&quot;
73 * &lt;TextView android:id=&quot;@id/android:empty&quot;
109 * &lt;TextView android:id=&quot;@+id/text
230 onListItemClick(ListView l, View v, int position, long id) argument
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothMasInstance.java29 public BluetoothMasInstance(int id, String name, int channel, int msgTypes) { argument
30 mId = id;
/frameworks/base/core/java/android/gesture/
H A DGesture.java160 * Sets the id of the gesture.
162 * @param id
164 void setID(long id) { argument
165 mGestureID = id;
169 * @return the id of the gesture
/frameworks/base/core/java/android/hardware/camera2/params/
H A DFace.java63 * <p>The id, leftEyePosition, rightEyePosition, and mouthPosition are considered optional.
67 * If the id is {@value #ID_UNSUPPORTED} then the leftEyePosition, rightEyePosition, and
73 * @param id A unique ID per face visible to the tracker.
82 * or if id is {@value #ID_UNSUPPORTED} and
84 * or else if id is negative.
88 public Face(Rect bounds, int score, int id, argument
93 } else if (id < 0 && id != ID_UNSUPPORTED) {
96 if (id == ID_UNSUPPORTED) {
104 mId = id;
[all...]
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiPortInfo.java46 * @param id identifier assigned to each port. 1 for HDMI port 1
53 public HdmiPortInfo(int id, int type, int address, boolean cec, boolean mhl, boolean arc) { argument
54 mId = id;
63 * Returns the port id.
65 * @return port id
133 int id = source.readInt();
139 return new HdmiPortInfo(id, type, address, cec, mhl, arc);
/frameworks/base/core/java/android/hardware/usb/
H A DUsbConfiguration.java59 public UsbConfiguration(int id, String name, int attributes, int maxPower) { argument
60 mId = id;
156 int id = in.readInt();
161 UsbConfiguration configuration = new UsbConfiguration(id, name, attributes, maxPower);
H A DUsbInterface.java49 public UsbInterface(int id, int alternateSetting, String name, argument
51 mId = id;
164 int id = in.readInt();
171 UsbInterface intf = new UsbInterface(id, alternateSetting, name, Class, subClass, protocol);
H A DUsbPort.java88 public UsbPort(String id, int supportedModes) { argument
89 mId = id;
94 * Gets the unique id of the port.
96 * @return The unique id of the port; not intended for display.
210 return "UsbPort{id=" + mId + ", supportedModes=" + modeToString(mSupportedModes) + "}";
228 String id = in.readString();
230 return new UsbPort(id, supportedModes);
/frameworks/base/core/java/android/inputmethodservice/
H A DExtractEditText.java105 @Override public boolean onTextContextMenuItem(int id) { argument
108 if (id == android.R.id.selectAll || id == android.R.id.replaceText) {
109 return super.onTextContextMenuItem(id);
111 if (mIME != null && mIME.onExtractTextContextMenuItem(id)) {
114 if (id == android.R.id.copy || id
[all...]
/frameworks/base/core/java/android/os/storage/
H A DDiskInfo.java51 public final String id; field in class:DiskInfo
59 public DiskInfo(String id, int flags) { argument
60 this.id = Preconditions.checkNotNull(id);
65 id = parcel.readString();
74 return id;
139 pw.println("DiskInfo{" + id + "}:");
165 return Objects.equals(id, ((DiskInfo) o).id);
173 return id
[all...]
/frameworks/base/core/java/android/preference/
H A DPreferenceScreen.java168 mListView = (ListView) childPrefScreen.findViewById(android.R.id.list);
205 public void onItemClick(AdapterView parent, View view, int position, long id) { argument
/frameworks/base/core/java/android/service/notification/
H A DCondition.java71 public final Uri id; field in class:Condition
74 * A summary of what the rule encoded in {@link #id} means when it is enabled. User visible
99 * @param id the {@link android.app.AutomaticZenRule#getConditionId()} of the zen rule
102 public Condition(Uri id, String summary, int state) { argument
103 this(id, summary, "", "", -1, state, FLAG_RELEVANT_ALWAYS);
107 public Condition(Uri id, String summary, String line1, String line2, int icon, argument
109 if (id == null) throw new IllegalArgumentException("id is required");
112 this.id = id;
221 isValidId(Uri id, String pkg) argument
[all...]
/frameworks/base/core/java/android/text/method/
H A DCharacterPickerDialog.java77 GridView grid = (GridView) findViewById(R.id.characterPicker);
81 mCancelButton = (Button) findViewById(R.id.cancel);
88 public void onItemClick(AdapterView parent, View view, int position, long id) { argument
/frameworks/base/core/java/android/view/
H A DFrameMetrics.java255 * Retrieves the value associated with Metric identifier {@code id}
261 * @param id the metric to retrieve
264 public long getMetric(@Metric int id) { argument
265 if (id < UNKNOWN_DELAY_DURATION || id > FIRST_DRAW_FRAME) {
273 if (id == FIRST_DRAW_FRAME) {
277 int durationsIdx = 2 * id;

Completed in 1205 milliseconds

1234567891011>>