Searched defs:specific (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp13 * See the License for the specific language governing permissions and
535 bool specific = false; local
536 specific |= addSingleEphemeralMetaKey(outEvents, deviceId, metaState, down, time,
538 specific |= addSingleEphemeralMetaKey(outEvents, deviceId, metaState, down, time,
541 if (!specific) {
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp13 * See the License for the specific language governing permissions and
207 // If a specific codec is requested, skip the non-matching ones.
483 ALOGE("Malformed AVC codec specific data.");
874 /////////////////// Codec-specific ////////////////////////
2977 const CodecSpecificData *specific = local
2980 size_t size = specific->mSize;
2987 CHECK(info->mSize >= specific->mSize + 4);
2993 specific->mData, specific->mSize);
2995 CHECK(info->mSize >= specific
3601 CodecSpecificData *specific = local
[all...]

Completed in 281 milliseconds