HomeSort by relevance Sort by last modified time
    Searched refs:sNotify (Results 1 - 6 of 6) sorted by null

  /hardware/ti/omap4-aah/security/tf_daemon/
service_delegation_protocol.h 121 DELEGATION_NOTIFY_INSTRUCTION sNotify;
delegation_client.c 1084 nMessageType = pInstruction->sNotify.nMessageType;
1085 nMessageSize = pInstruction->sNotify.nMessageSize;
1099 memcpy(pMessage, &pInstruction->sNotify.nMessage[0], nMessageSize);
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
service_delegation_protocol.h 102 DELEGATION_NOTIFY_INSTRUCTION sNotify;
delegation_client.c 966 nMessageType = pInstruction->sNotify.nMessageType;
967 nMessageSize = pInstruction->sNotify.nMessageSize;
981 memcpy(pMessage, &pInstruction->sNotify.nMessage[0], nMessageSize);
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 686 static callbacks_notify_t sNotify;
Camera3Device.cpp 69 camera3_callback_ops::notify = &sNotify;
    [all...]

Completed in 162 milliseconds