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
536 bool specific = false; local
537 specific |= addSingleEphemeralMetaKey(outEvents, deviceId, metaState, down, time,
539 specific |= addSingleEphemeralMetaKey(outEvents, deviceId, metaState, down, time,
542 if (!specific) {
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp13 * See the License for the specific language governing permissions and
222 // If a specific codec is requested, skip the non-matching ones.
542 ALOGE("Malformed AVC codec specific data.");
556 ALOGE("Malformed HEVC codec specific data.");
968 /////////////////// Codec-specific ////////////////////////
3074 const CodecSpecificData *specific = local
3077 size_t size = specific->mSize;
3085 CHECK(info->mSize >= specific->mSize + 4);
3091 specific->mData, specific
3724 CodecSpecificData *specific = local
[all...]

Completed in 103 milliseconds