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
578 bool specific = false; local
579 specific |= addSingleEphemeralMetaKey(outEvents, deviceId, metaState, down, time,
581 specific |= addSingleEphemeralMetaKey(outEvents, deviceId, metaState, down, time,
584 if (!specific) {
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp13 * See the License for the specific language governing permissions and
226 // If a specific codec is requested, skip the non-matching ones.
546 ALOGE("Malformed AVC codec specific data.");
560 ALOGE("Malformed HEVC codec specific data.");
976 /////////////////// Codec-specific ////////////////////////
2885 const CodecSpecificData *specific = local
2888 size_t size = specific->mSize;
2896 CHECK(info->mSize >= specific->mSize + 4);
2902 specific->mData, specific
3535 CodecSpecificData *specific = local
[all...]

Completed in 176 milliseconds